Compartir a través de


ADObjectId Constructor (AdName)

Initializes a new instance of the ADObjectId class with the specified distinguished name.

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

Syntax

'Declaration
Public Sub New ( _
    distinguishedName As AdName _
)
'Usage
Dim distinguishedName As AdName

Dim instance As New ADObjectId(distinguishedName)
public ADObjectId(
    AdName distinguishedName
)

Parameters