EasClientDeviceInformation.FriendlyName 属性

定义

获取本地设备的友好名称。 此值可能来自 NetBIOS 计算机名称。

public:
 property Platform::String ^ FriendlyName { Platform::String ^ get(); };
winrt::hstring FriendlyName();
public string FriendlyName { get; }
var string = easClientDeviceInformation.friendlyName;
Public ReadOnly Property FriendlyName As String

属性值

String

Platform::String

winrt::hstring

包含本地设备的友好名称的字符串。 该值长度小于 1024 个字符。

适用于