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