ConfigurableObject.IConfigurable.ObjectState property

Gets the object state.

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

Syntax

'Declaration
Private ReadOnly Property ObjectState As ObjectState
    Implements IConfigurable.ObjectState
    Get
'Usage
Dim instance As ConfigurableObject
Dim value As ObjectState

value = CType(instance, IConfigurable).ObjectState
ObjectStateIConfigurable.ObjectState { get; }

Property value

Type: Microsoft.Exchange.Data.ObjectState
A value that indicates the state of the object.

Implements

IConfigurable.ObjectState

See also

Reference

ConfigurableObject class

ConfigurableObject members

Microsoft.Exchange.Data namespace