Cloud::Name Property

 

Gets the name of the peer Cloud.

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

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the peer Cloud.

Names are case sensitive and are Unicode encoded. They are under 128 characters in length.

.NET Framework
Available since 3.5
Return to top
Show: