NotificationSubject Property (NotificationTask)
In This Topic
The subject of the notification message
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property NotificationSubject As String
[CanBeNull()]
public string NotificationSubject {get; set;}
See Also