PeerNameRegistration.Cloud Property

Definition

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

public:
 property System::Net::PeerToPeer::Cloud ^ Cloud { System::Net::PeerToPeer::Cloud ^ get(); void set(System::Net::PeerToPeer::Cloud ^ value); };
public System.Net.PeerToPeer.Cloud Cloud { get; set; }
member this.Cloud : System.Net.PeerToPeer.Cloud with get, set
Public Property Cloud As Cloud

Property Value

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

Applies to