Share via


de la propiedad SPSite.Solutions

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

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public ReadOnly Property Solutions As SPUserSolutionCollection
    Get
'Uso
Dim instance As SPSite
Dim value As SPUserSolutionCollection

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

Valor de propiedad

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

Comentarios

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

Vea también

Referencia

clase SPSite

Miembros SPSite

Espacio de nombres Microsoft.SharePoint

Add(Int32)