PeerContact.Nickname Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a string which represents the Nickname
of the PeerContact.
public:
property System::String ^ Nickname { System::String ^ get(); void set(System::String ^ value); };
public string Nickname { get; set; }
member this.Nickname : string with get, set
Public Property Nickname As String
Property Value
String which represents the nickname of the PeerContact. The default value for this property is null
.
Exceptions
This PeerContact object has been disposed.
Remarks
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.