PeerNameRecord.Comment 속성

정의

개체에 대한 PeerNameRecord 추가 정보를 가져오거나 설정합니다.

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

속성 값

개체와 연결된 주석입니다 PeerNameRecord . 이 속성의 기본값은 .입니다 null.

예외

설정할 주석이 39자보다 크거나 문자가 1자 미만입니다.

설정할 주석은 .입니다 null.

설명

주석의 최대 길이는 39자입니다.

적용 대상