ADObjectId.Rdn property

Gets the Active Directory name for the current level.

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

Syntax

'Declaration
Public ReadOnly Property Rdn As AdName
    Get
'Usage
Dim instance As ADObjectId
Dim value As AdName

value = instance.Rdn
public AdName Rdn { get; }

Property value

Type: Microsoft.Exchange.Data.Directory.AdName
The Active Directory name for the current level.

See also

Reference

ADObjectId class

ADObjectId members

Microsoft.Exchange.Data.Directory namespace