ContactLocationField.City 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 the contact's city.
Note
ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
public:
property Platform::String ^ City { Platform::String ^ get(); };
winrt::hstring City();
public string City { get; }
var string = contactLocationField.city;
Public ReadOnly Property City As String
Property Value
The contact's city.
Windows requirements
App capabilities |
contactsSystem
|