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