ISharePointProjectItemDeploymentContext.FeatureScope Property

Definition

Gets a value representing the scope at which the project item's feature is being deployed.

public:
 property Nullable<Microsoft::VisualStudio::SharePoint::Features::FeatureScope> FeatureScope { Nullable<Microsoft::VisualStudio::SharePoint::Features::FeatureScope> get(); };
public Microsoft.VisualStudio.SharePoint.Features.FeatureScope? FeatureScope { get; }
member this.FeatureScope : Nullable<Microsoft.VisualStudio.SharePoint.Features.FeatureScope>
Public ReadOnly Property FeatureScope As Nullable(Of FeatureScope)

Property Value

An object representing a feature scope.

Applies to