FromName Property (NotificationAction)
In This Topic
Optional override of the default sender name for notification messages.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property FromName As String
[CanBeNull()]
public string FromName {get; set;}
See Also