PeerContact::Nickname Property
.NET Framework (current version)
Gets or sets a string which represents the Nickname of the PeerContact.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System::String^String which represents the nickname of the PeerContact. The default value for this property is null.
| Exception | Condition |
|---|---|
| ObjectDisposedException | This PeerContact object has been disposed. |
A Nickname can be used for a PeerContact object in case there are multiple peers with the same display name. A collaboration session can also use the nickname to designate remote peers commonly used in larger collaboration efforts.
.NET Framework
Available since 3.5
Available since 3.5
Show: