Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the scope to which the feature applies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPFeatureScope
'Usage
Dim instance As SPFeatureScope
[SubsetCallableTypeAttribute]
public enum SPFeatureScope
Members
Member name | Description | |
---|---|---|
ScopeInvalid | Specifies that the scope is not valid. | |
Farm | Specifies server farm. | |
WebApplication | Specifies Web application. | |
Site | Specifies site collection. | |
Web | Specifies Web site. |