PeerContact.Nickname 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个字符串,该字符串表示 PeerContact 的 Nickname
。
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 显示名称的对等方,则昵称可用于对象。 协作会话还可以使用昵称来指定通常在大型协作工作中使用的远程对等方。