Share via


ContactAddress.Country 속성

정의

연락처 주소와 연결된 국가를 가져오거나 설정합니다.

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

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

속성 값

String

Platform::String

winrt::hstring

연락처 주소와 연결된 국가입니다.

Windows 요구 사항

앱 기능
ID_CAP_CONTACTS [Windows Phone]

적용 대상