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;}
    See Also