IFeatureManifest.Scope Property
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.
Gets or sets the context in which a feature is activated.
public:
property Microsoft::VisualStudio::SharePoint::Features::FeatureScope Scope { Microsoft::VisualStudio::SharePoint::Features::FeatureScope get(); void set(Microsoft::VisualStudio::SharePoint::Features::FeatureScope value); };
public Microsoft.VisualStudio.SharePoint.Features.FeatureScope Scope { get; set; }
member this.Scope : Microsoft.VisualStudio.SharePoint.Features.FeatureScope with get, set
Public Property Scope As FeatureScope
Property Value
An object representing the context in which the feature is activated.