SPFeatureScope enumeration

Specifies the scope to which the feature applies.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPFeatureScope
'Usage
Dim instance As SPFeatureScope
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.

See also

Reference

Microsoft.SharePoint namespace