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