Compartir a través de


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; }