Share via


SPSolutionLanguagePack.DeployedWebApplications Property

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

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property DeployedWebApplications As Collection(Of SPWebApplication)
    Get
'Usage
Dim instance As SPSolutionLanguagePack
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

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace