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)