Share via


ContactAddress.Region 속성

정의

연락처 주소와 연결된 지역을 가져오거나 설정합니다.

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

연락처 주소와 연결된 지역입니다.

Windows 요구 사항

앱 기능
ID_CAP_CONTACTS [Windows Phone]

적용 대상