Compartir a través de


ADObjectId Constructor (String, Guid)

Initializes a new instance of the ADObjectId class from the specified string.

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

Syntax

'Declaration
Public Sub New ( _
    distinguishedName As String, _
    objectGuid As Guid _
)
'Usage
Dim distinguishedName As String
Dim objectGuid As Guid

Dim instance As New ADObjectId(distinguishedName, _
    objectGuid)
public ADObjectId(
    string distinguishedName,
    Guid objectGuid
)

Parameters

  • distinguishedName
    Type: System.String
    The distinguished name of the object in the Active Directory.
  • objectGuid
    Type: System.Guid
    The unique identifier of the object.