ConfigurableObject.IConfigurable.ObjectState Property
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
ObjectState IConfigurable.ObjectState { get; }
Property Value
Type: Microsoft.Exchange.Data.ObjectState
Returns ObjectState.
Implements
See Also