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

一个 String,表示 PeerContact 的昵称。 此属性的默认值为 null

例外

已释放 PeerContact 对象。

注解

如果有多个具有相同显示名称的对等方,则可以将 Nickname 用于 PeerContact 对象。 协作会话还可以使用昵称来指定通常用于更大协作工作的远程对等方。

适用于

另请参阅