ADObject.Guid property

Gets the unique identifier for this object.

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

Syntax

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

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

Property value

Type: System.Guid
The unique identifier for this object.

See also

Reference

ADObject class

ADObject members

Microsoft.Exchange.Data.Directory namespace