PeerContact.Nickname 屬性

定義

取得或設定代表 PeerContactNickname 的字串。

public:
 property System::String ^ Nickname { System::String ^ get(); void set(System::String ^ value); };
public string Nickname { get; set; }
member this.Nickname : string with get, set
Public Property Nickname As String

屬性值

String,代表 PeerContact 的暱稱。 這個屬性的預設值為 null

例外狀況

PeerContact 物件已被處置。

備註

如果有多個同儕節點具有相同顯示名稱,則可以將昵稱用於 PeerContact 物件。 共同作業會話也可以使用暱稱來指定通常用於較大共同作業工作的遠端對等。

適用於

另請參閱