Share via


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
Public Property CountryOrRegion As CountryInfo
    Get
    Set
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As CountryInfo

value = instance.CountryOrRegion

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

Property value

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

See also

Reference

OrgPersonPresentationObject class

OrgPersonPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace