ContactAddress.Country Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the country associated with a contact address.
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
Property Value
The country associated with a contact address.
Windows requirements
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|