PhysicalAddressDictionaryEntryType.City Property
The City property gets or sets the city name for a contact item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property City As String
Get
Set
'Usage
Dim instance As PhysicalAddressDictionaryEntryType
Dim value As String
value = instance.City
instance.City = value
public string City { get; set; }
Property Value
Type: System.String
The City property returns a string that contains the city name that is associated with a contact.
See Also