In This Topic
Gets the Name of the Agent, if set, or the Address otherwise.
Syntax
'Declaration
<NotNullAttribute()>
Public ReadOnly Property NameOrAddress As String
[NotNull()]
public string NameOrAddress {get;}
[NotNull()]
public:
property String^ NameOrAddress {
String^ get();
}
See Also