PhysicalAddressDictionaryEntryType.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.
The City property gets or sets the city name for a contact item.
public:
property System::String ^ City { System::String ^ get(); void set(System::String ^ value); };
public string City { get; set; }
Public Property City As String
Property Value
The City property returns a string that contains the city name that is associated with a contact.