SPFarm.Solutions Property

Gets the collection of all solutions that are in the server farm.

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

Syntax

'Declaration
Public ReadOnly Property Solutions As SPSolutionCollection
    Get
'Usage
Dim instance As SPFarm
Dim value As SPSolutionCollection

value = instance.Solutions
public SPSolutionCollection Solutions { get; }

Property Value

Type: Microsoft.SharePoint.Administration.SPSolutionCollection
An SPSolutionCollectionobject that represents the solutions that are in the server farm.

See Also

Reference

SPFarm Class

SPFarm Members

Microsoft.SharePoint.Administration Namespace