ADObjectId.Name property

Gets the name of the object referenced by this Active Directory object identity.

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

Syntax

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

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

Property value

Type: System.String
The name of the object referenced by this Active Directory object identity.

See also

Reference

ADObjectId class

ADObjectId members

Microsoft.Exchange.Data.Directory namespace