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