adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AlertNotificationRule Class / NotificationMessage Property


In This Topic
    NotificationMessage Property (AlertNotificationRule)
    In This Topic
    The body of the notification message to send.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property NotificationMessage As String
    [CanBeNull()]
    public string NotificationMessage {get; set;}
    [CanBeNull()]
    public:
    property String^ NotificationMessage {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Leave empty for default message.
    See Also