adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / Message Property


In This Topic
    Message Property (INotificationMessage)
    In This Topic
    The body of the message.
    Syntax
    'Declaration
     
    
    ReadOnly Property Message As String
    string Message {get;}
    property String^ Message {
       String^ get();
    }
    See Also