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;}
[CanBeNull()]
public:
property String^ FromName {
String^ get();
void set ( String^ value);
}
See Also