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 of the Feature definition.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "FeatureDefinitionScope")> _
Public Enumeration SPFeatureDefinitionScope
'Usage
Dim instance As SPFeatureDefinitionScope
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "FeatureDefinitionScope")]
public enum SPFeatureDefinitionScope
Members
Member name | Description | |
---|---|---|
None | Represents a Feature definition with no scope. | |
Farm | Represents a farm-scoped Feature definition. | |
Site | Represents a site collection-scoped Feature definition. |