Partager via


ADObjectId.DistinguishedName property

Gets the distinguished name of the Active Directory object.

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

Syntax

'Declaration
Public ReadOnly Property DistinguishedName As String
    Get
'Usage
Dim instance As ADObjectId
Dim value As String

value = instance.DistinguishedName
public string DistinguishedName { get; }

Property value

Type: System.String
The distinguished name of the Active Directory object.

See also

Reference

ADObjectId class

ADObjectId members

Microsoft.Exchange.Data.Directory namespace