PeerNameRegistration::Cloud Property

 

Gets or sets information in a Cloud into which this PeerName object will be registered.

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

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

Property Value

Type: System.Net.PeerToPeer::Cloud^

An object of type Cloud that specifies the peer cloud for which this registration is defined. This property is set to null by default.

.NET Framework
Available since 3.5
Return to top
Show: