Share via


ExchangeServer.StaticExcludedDomainControllers property

Gets or sets a list of domain controllers that the server should not use via 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 StaticExcludedDomainControllers As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As ExchangeServer
Dim value As MultiValuedProperty(Of String)

value = instance.StaticExcludedDomainControllers

instance.StaticExcludedDomainControllers = value
public MultiValuedProperty<string> StaticExcludedDomainControllers { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
A collection of domain controllers that the server should not use.

See also

Reference

ExchangeServer class

ExchangeServer members

Microsoft.Exchange.Data.Directory.Management namespace