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
See Also