PhysicalAddressDictionaryEntryType.Key Property
The Key property gets or sets the type of physical address for a contact's address.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Key As PhysicalAddressKeyType
Get
Set
'Usage
Dim instance As PhysicalAddressDictionaryEntryType
Dim value As PhysicalAddressKeyType
value = instance.Key
instance.Key = value
public PhysicalAddressKeyType Key { get; set; }
Property Value
Type: ExchangeWebServices.PhysicalAddressKeyType
The Key property returns one of the PhysicalAddressKeyType enumeration values.
See Also