PeerNameRegistration.Comment 속성

정의

PeerName에 등록할 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

속성 값

PeerName와 연결할 Cloud에 대한 추가 정보를 포함하는 설명입니다. 기본적으로 이 속성은 null로 설정됩니다.

예외

지정된 문자열 값이 유니코드 문자 39자를 초과하는 경우

적용 대상