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 feature scope for a feature definition.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration FeatureDefinitionScope
'Usage
Dim instance As FeatureDefinitionScope
public enum FeatureDefinitionScope
Members
Member name | Description | |
---|---|---|
None | The feature scope is not specified. The value = 0. | |
Farm | Enumeration whose values specify that the feature scope has to be at the farm level. The value = 1. | |
Site | Enumeration whose values specify that the feature scope has to be at the site collection level. The value = 2. |