Share via


SPSite.Solutions-Eigenschaft

Gets the collection of user solutions that have been activated for the site collection.

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

Syntax

'Declaration
Public ReadOnly Property Solutions As SPUserSolutionCollection
    Get
'Usage
Dim instance As SPSite
Dim value As SPUserSolutionCollection

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

Eigenschaftswert

Typ: Microsoft.SharePoint.SPUserSolutionCollection
A collection of SPUserSolution objects. The value of the Status property for each object in the collection is Activated.

Hinweise

User solutions allow solutions to be uploaded at the site collection scope and run in a sandbox.

Siehe auch

Referenz

SPSite Klasse

SPSite-Member

Microsoft.SharePoint-Namespace

Add(Int32)