ADObjectId.GetDescendantId Method (ADObjectId)
Returns the Active Directory object identifier for the specified descendant object.
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.ADObjectId
A distinguished name path relative to the current Active Directory object.
Return Value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The descendant object.