SPWebApplication.OfficialFileHosts-Eigenschaft
Ruft eine Auflistung von SPOfficialFileHost -Objekten.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property OfficialFileHosts As Collection(Of SPOfficialFileHost)
Get
'Usage
Dim instance As SPWebApplication
Dim value As Collection(Of SPOfficialFileHost)
value = instance.OfficialFileHosts
public Collection<SPOfficialFileHost> OfficialFileHosts { get; }
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<SPOfficialFileHost>
Ein Collection<T> -Objekt, das eine generische Auflistung darstellt.
Hinweise
Wenn die Auflistung nicht vorhanden ist, wird diese Eigenschaft erstellt und ruft einen neuen Anwendungspool.