Share via


SPSolutionLanguagePack.DeployedServers Property

Gets the collection of servers to which the 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 DeployedServers As Collection(Of SPServer)
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Collection(Of SPServer)

value = instance.DeployedServers
public Collection<SPServer> DeployedServers { get; }

Property Value

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

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace