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