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