RunspaceServerSettingsPresentationObject.PreferredDomainControllerForDomain Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property PreferredDomainControllerForDomain As MultiValuedProperty(Of String)
Get
'Usage
Dim instance As RunspaceServerSettingsPresentationObject
Dim value As MultiValuedProperty(Of String)
value = instance.PreferredDomainControllerForDomain
public MultiValuedProperty<string> PreferredDomainControllerForDomain { get; }