RunspaceServerSettingsPresentationObject.DefaultConfigurationDomainControllersForAllForests property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property DefaultConfigurationDomainControllersForAllForests As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As RunspaceServerSettingsPresentationObject
Dim value As MultiValuedProperty(Of String)
value = instance.DefaultConfigurationDomainControllersForAllForests
instance.DefaultConfigurationDomainControllersForAllForests = value
public MultiValuedProperty<string> DefaultConfigurationDomainControllersForAllForests { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
See also
Reference
RunspaceServerSettingsPresentationObject class