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 個 Unicode 字元,就是少於 1 個字元。

要設定的註解為 null

備註

批注的最大長度是 39 個 Unicode 字元。

適用於