ContactAddress.Country Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur negara yang terkait dengan alamat kontak.
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
Nilai Properti
Negara yang terkait dengan alamat kontak.
Persyaratan Windows
Kemampuan aplikasi |
ID_CAP_CONTACTS [Windows Phone]
|