SPSolution.DeployedServers property

Gets the collection of servers to which the solution is deployed.

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

Syntax

'Declaration
Public ReadOnly Property DeployedServers As Collection(Of SPServer)
    Get
'Usage
Dim instance As SPSolution
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

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace