OrgPersonPresentationObject.CountryOrRegion Property

Gets or sets the country or region of the person.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property CountryOrRegion As CountryInfo
    Get
    Set
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As CountryInfo

value = instance.CountryOrRegion

instance.CountryOrRegion = value
[ParameterAttribute(Mandatory = false)]
public CountryInfo CountryOrRegion { get; set; }

Property Value

Type: Microsoft.Exchange.Data.Directory.CountryInfo
The country or region of the person.