Share via


ConfigurableObject.IsValid property

Gets a value that indicates whether the object is configured correctly.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsValid As Boolean
    Get
'Usage
Dim instance As ConfigurableObject
Dim value As Boolean

value = instance.IsValid
public virtual bool IsValid { get; }

Property value

Type: System.Boolean
true if the object has a valid configuration; otherwise, false.

Implements

IConfigurable.IsValid

See also

Reference

ConfigurableObject class

ConfigurableObject members

Microsoft.Exchange.Data namespace