다음을 통해 공유


ContactAddress.Country 속성

정의

연락처 주소의 국가를 가져오거나 설정합니다. 국가의 최대 문자열 길이는 1024자입니다.

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

연락처 주소의 국가입니다. 국가의 최대 문자열 길이는 1024자입니다.

Windows 요구 사항

앱 기능
contactsSystem

적용 대상