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