ExchangeServer.CurrentDomainControllers property
Gets the list of domain controllers that this server can use for Directory Service Access (DSAccess).
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property CurrentDomainControllers As MultiValuedProperty(Of String)
Get
Private Set
'Usage
Dim instance As ExchangeServer
Dim value As MultiValuedProperty(Of String)
value = instance.CurrentDomainControllers
public MultiValuedProperty<string> CurrentDomainControllers { get; private set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
A collection of domain controllers.