SPWebApplication.SiteDataServers-Eigenschaft
Ruft ein Wörterbuch, das URL-Zonen ordnet eine Liste der Server-URIs, die Zugriff auf Inhalte über den WebSvcSiteData -Webdienst verfügbar sind.
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; }
Eigenschaftswert
Typ: System.Collections.Generic.Dictionary<SPUrlZone, List<Uri>>
Dictionary<TKey, TValue>
Ein Wörterbuch, das URL-Zonen Server URIs zugeordnet ist.