Share via


ADPresentationObject.IsValid Property

Gets a value that indicates whether the presentation object is valid.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsValid As Boolean
    Get
'Usage
Dim instance As ADPresentationObject
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the presentation object is valid; otherwise, false.

Implements

IConfigurable.IsValid
IConfigurable.IsValid

Exceptions

Exception Condition
NotSupportedException

The underlying ADObject is a null reference (Nothing in Visual Basic).