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


In This Topic
    Message Property (LogMessage)
    In This Topic
    The text of the message
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property Message As String
    [CanBeNull()]
    public string Message {get;}
    [CanBeNull()]
    public:
    property String^ Message {
       String^ get();
    }
    See Also