ADObjectId.Parent property
Gets the Active Directory object identity of the parent of this object.
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As ADObjectId
Get
'Usage
Dim instance As ADObjectId
Dim value As ADObjectId
value = instance.Parent
public ADObjectId Parent { get; }
Property value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The parent of this object.