FeatureAttribute(FeatureStage, Boolean) Constructor

Definition

Creates and initializes a new instance of the attribute.

public:
 FeatureAttribute(FeatureStage featureStage, bool validInAllBranches);
 FeatureAttribute(FeatureStage const& featureStage, bool const& validInAllBranches);
public FeatureAttribute(FeatureStage featureStage, bool validInAllBranches);
function FeatureAttribute(featureStage, validInAllBranches)
Public Sub New (featureStage As FeatureStage, validInAllBranches As Boolean)

Parameters

featureStage
FeatureStage

Specifies if the named feature is enabled or disabled.

validInAllBranches
Boolean

bool

Boolean value that indicates if the named feature is valid in all branches.

Applies to