ClientAccessServer.AutoDiscoverSiteScope property
Gets or sets a collection of sites for which the Autodiscover server is authoritative.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property AutoDiscoverSiteScope As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As ClientAccessServer
Dim value As MultiValuedProperty(Of String)
value = instance.AutoDiscoverSiteScope
instance.AutoDiscoverSiteScope = value
public MultiValuedProperty<string> AutoDiscoverSiteScope { get; set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
A collection of sites for which the Autodiscover server is authoritative.