SPSolution.DeployedWebApplications property

Gets the collection of web applications to which this solution is deployed.

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; }

Property value

Type: System.Collections.ObjectModel.Collection<SPWebApplication>
A collection of SPWebApplication objects.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace