Partager via


ADObjectId.ObjectGuid property

Gets the unique identifier of this Active Directory object.

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

Syntax

'Declaration
Public ReadOnly Property ObjectGuid As Guid
    Get
'Usage
Dim instance As ADObjectId
Dim value As Guid

value = instance.ObjectGuid
public Guid ObjectGuid { get; }

Property value

Type: System.Guid
The unique identifier of this Active Directory object.

See also

Reference

ADObjectId class

ADObjectId members

Microsoft.Exchange.Data.Directory namespace