ADObjectId.GetDescendantId method (ADObjectId)
Returns the Active Directory object identifier for the specified descendant object given the associated relative path.
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Function GetDescendantId ( _
relativePath As ADObjectId _
) As ADObjectId
'Usage
Dim instance As ADObjectId
Dim relativePath As ADObjectId
Dim returnValue As ADObjectId
returnValue = instance.GetDescendantId(relativePath)
public ADObjectId GetDescendantId(
ADObjectId relativePath
)
Parameters
relativePath
Type: Microsoft.Exchange.Data.Directory.ADObjectIdA distinguished name path relative to the current Active Directory object.
Return value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The descendant object.