adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / Message Property


In This Topic
    Message Property (NotificationMessage)
    In This Topic
    The body of the message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Message As String
    [DataMember()]
    public string Message {get; set;}
    [DataMember()]
    public:
    property String^ Message {
       String^ get();
       void set (    String^ value);
    }
    See Also