PeerContact.Nickname Property

Definition

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.

Applies to

See also