ISharePointProjectItemDeploymentContext.FeatureScope 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 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.