PeerContact::Nickname Property

 

Gets or sets a string which represents the Nickname of the PeerContact.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
property String^ Nickname {
	String^ get();
	void set(String^ value);
}

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
Return to top
Show: