adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / Text Property


In This Topic
    Text Property
    In This Topic
    Gets the text of the message.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    public string Text {get;}
    public:
    property String^ Text {
       String^ get();
    }
    Remarks
    This property contains the text of the message, without the MessageCode. Use one of the ToString methods to return a string containing both the text and code.
    See Also