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 です。

例外

設定するコメントが、Unicode で 39 文字を超えているか、1 文字未満です。

設定するコメントは です null

注釈

コメントの最大長は 39 Unicode 文字です。

適用対象