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)
'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; }
Type: System.Boolean
true if the presentation object is valid; otherwise, false.
IConfigurable.IsValid
IConfigurable.IsValid
Exception | Condition |
---|---|
NotSupportedException | The underlying ADObject is a null reference (Nothing in Visual Basic). |