ADServer.DomainId Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property DomainId As ADObjectId
Get
'Usage
Dim instance As ADServer
Dim value As ADObjectId
value = instance.DomainId
public ADObjectId DomainId { get; }