ContactSignificantOther.Name 属性

定义

获取或设置联系人的重要其他联系人的名称。 名称的最大字符串长度为 256 个字符。

public:
 property Platform::String ^ Name { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Name();

void Name(winrt::hstring value);
public string Name { get; set; }
var string = contactSignificantOther.name;
contactSignificantOther.name = string;
Public Property Name As String

属性值

String

Platform::String

winrt::hstring

联系人的重要其他联系人的名称。 名称的最大字符串长度为 256 个字符。

Windows 要求

应用功能
contactsSystem

适用于