Свойство SPSite.Solutions

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

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public ReadOnly Property Solutions As SPUserSolutionCollection
    Get
'Применение
Dim instance As SPSite
Dim value As SPUserSolutionCollection

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

Значение свойства

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

Замечания

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

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint

Add(Int32)