ContactAddress.Region 属性

定义

获取或设置联系人地址的区域。 区域的最大字符串长度为 1024 个字符。

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

void Region(winrt::hstring value);
public string Region { get; set; }
var string = contactAddress.region;
contactAddress.region = string;
Public Property Region As String

属性值

String

Platform::String

winrt::hstring

联系人地址的区域。 区域的最大字符串长度为 1024 个字符。

Windows 要求

应用功能
contactsSystem

适用于