ADOrgPerson.CountryOrRegion Property

Namespace:  Microsoft.Exchange.Data.Directory.Recipient
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property CountryOrRegion As CountryInfo
    Get
    Set
'Usage
Dim instance As ADOrgPerson
Dim value As CountryInfo

value = instance.CountryOrRegion

instance.CountryOrRegion = value
public CountryInfo CountryOrRegion { get; set; }