PeerNearMe::Nickname Property

 

Gets or sets a String representing the Nickname of the PeerNearMe object.

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

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

Property Value

Type: System::String^

String that represents the Nickname of the PeerNearMe object.

Exception Condition
ObjectDisposedException

The PeerNearMe object has been disposed.

If a contact is generated from a PeerNearMe object, the associated contact Nickname is populated with this property value.

.NET Framework
Available since 3.5
Return to top
Show: