SPWebApplication.SiteDataServers property
Gets a dictionary that maps URL zones to a list of server URIs that are available to access content through the WebSvcSiteData Web service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SiteDataServers As Dictionary(Of SPUrlZone, List(Of Uri))
Get
'Usage
Dim instance As SPWebApplication
Dim value As Dictionary(Of SPUrlZone, List(Of Uri))
value = instance.SiteDataServers
public Dictionary<SPUrlZone, List<Uri>> SiteDataServers { get; }
Property value
Type: System.Collections.Generic.Dictionary<SPUrlZone, List<Uri>>
Dictionary<TKey, TValue>
A dictionary that maps URL zones to server URIs.