PeerNearMe.Nickname 属性
定义
获取或设置一个表示 String 对象的昵称的 PeerNearMe。Gets or sets a String representing the Nickname of the PeerNearMe object.
public:
property System::String ^ Nickname { System::String ^ get(); };
public string Nickname { get; }
member this.Nickname : string
Public ReadOnly Property Nickname As String
属性值
表示 String 对象的昵称的 PeerNearMe。String that represents the Nickname of the PeerNearMe object.
例外
PeerNearMe 对象已释放。The PeerNearMe object has been disposed.
注解
如果联系人是从对象生成的 PeerNearMe ,则将使用此属性值填充关联的联系人昵称。If a contact is generated from a PeerNearMe object, the associated contact Nickname is populated with this property value.