Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.