Share via


IFeatureManifest.Scope Property

Definition

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.

Applies to