Partager via


ADObjectId constructor (Guid)

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

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

Syntax

'Declaration
Public Sub New ( _
    guid As Guid _
)
'Usage
Dim guid As Guid

Dim instance As New ADObjectId(guid)
public ADObjectId(
    Guid guid
)

Parameters

  • guid
    Type: System.Guid

    The unique identifier of the object.

See also

Reference

ADObjectId class

ADObjectId members

ADObjectId overload

Microsoft.Exchange.Data.Directory namespace