PeerNameRecord.Comment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定有關 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 字元。