PeerNameRegistration.Comment Property

Definition

Gets or sets additional information about the PeerName object that will be registered with the Cloud.

public:
 property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public string Comment { get; set; }
member this.Comment : string with get, set
Public Property Comment As String

Property Value

The comment that contains additional information about the PeerName to associate with the Cloud. This property is set to null by default.

Exceptions

The specified string value is greater than 39 Unicode characters.

Applies to