ADObjectId.IsDeleted property
Gets a value that indicates whether this Active Directory object has been deleted.
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsDeleted As Boolean
Get
'Usage
Dim instance As ADObjectId
Dim value As Boolean
value = instance.IsDeleted
public bool IsDeleted { get; }
Property value
Type: System.Boolean
true if the Active Directory object has been deleted; otherwise, false.