SPSite.Solutions - Propriété

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

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Solutions As SPUserSolutionCollection
    Get
'Utilisation
Dim instance As SPSite
Dim value As SPUserSolutionCollection

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

Valeur de propriété

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

Remarques

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

Voir aussi

Référence

SPSite classe

SPSite - Membres

Microsoft.SharePoint - Espace de noms

Add(Int32)