Freigeben über


SPSolution.DeployedWebApplications-Eigenschaft

Ruft die Auflistung von Webanwendungen, die diese Lösung bereitgestellt wird.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property DeployedWebApplications As Collection(Of SPWebApplication)
    Get
'Usage
Dim instance As SPSolution
Dim value As Collection(Of SPWebApplication)

value = instance.DeployedWebApplications
public Collection<SPWebApplication> DeployedWebApplications { get; }

Eigenschaftswert

Typ: System.Collections.ObjectModel.Collection<SPWebApplication>
Eine Auflistung von SPWebApplication -Objekten.

Siehe auch

Referenz

SPSolution Klasse

SPSolution-Member

Microsoft.SharePoint.Administration-Namespace