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.GuidThe unique identifier of the object.