PeerContact.Nickname 属性

定义

获取或设置 . 的 PeerContact昵称。

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

属性值

PeerContact昵称。 此属性的默认值为 null.

例外

PeerContact 对象已被释放。

注解

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

适用于

另请参阅