Compartilhar via


ADObjectId.DescendantDN method

Returns the identifier of the descendent at the specified level of the descendent tree.

Namespace:  Microsoft.Exchange.Data.Directory
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Function DescendantDN ( _
    depth As Integer _
) As ADObjectId
'Usage
Dim instance As ADObjectId
Dim depth As Integer
Dim returnValue As ADObjectId

returnValue = instance.DescendantDN(depth)
public ADObjectId DescendantDN(
    int depth
)

Parameters

  • depth
    Type: System.Int32

    The depth of the tree from which to return the child object.

Return value

Type: Microsoft.Exchange.Data.Directory.ADObjectId
The Active Directory object identifier for the child object at the specified depth.

See also

Reference

ADObjectId class

ADObjectId members

Microsoft.Exchange.Data.Directory namespace