ConfigurableObject.Identity Property

Gets or sets the identifier of the object.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Identity As ObjectId
    Get
'Usage
Dim instance As ConfigurableObject
Dim value As ObjectId

value = instance.Identity
public virtual ObjectId Identity { get; }

Property Value

Type: Microsoft.Exchange.Data.ObjectId
The identifier of the object.

Implements

IConfigurable.Identity