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