adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / MessageCode Property


In This Topic
    MessageCode Property (LogMessage)
    In This Topic
    The MessageCode of the ArcanaDevelopment.adTempus.Shared.Message associated with this log message, if any
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MessageCode As String
    public string MessageCode {get;}
    public:
    property String^ MessageCode {
       String^ get();
    }
    See Also