Name Property (INotificationRecipient)
In This Topic
The name of the recipient.
Syntax
'Declaration
<CanBeNullAttribute()>
ReadOnly Property Name As String
[CanBeNull()]
string Name {get;}
[CanBeNull()]
property String^ Name {
String^ get();
}
See Also