FeatureScope Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the context in which a feature is activated.
public enum class FeatureScopepublic enum FeatureScopetype FeatureScope = Public Enum FeatureScope- Inheritance
- 
				FeatureScope
Fields
| Name | Value | Description | 
|---|---|---|
| Farm | 0 | Activates a feature for an entire server farm. | 
| WebApplication | 1 | Activates a feature for all web sites in a Web application. | 
| Site | 2 | Activates a feature for all Web sites in a site collection. | 
| Web | 3 | Activates a feature for a specific Web site. |