In This Topic
The display name to use for the message sender
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property SenderName As String
[CanBeNull()]
public string SenderName {get; set;}
[CanBeNull()]
public:
property String^ SenderName {
String^ get();
void set ( String^ value);
}
See Also