Class AppFeatureFlagBoolAttribute
Describe an AppFeatureFlag Type of type 'Boolean' value
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class AppFeatureFlagBoolAttribute : AppFeatureFlagBaseParametersAttribute
- Inheritance
-
objectAttributeAppFeatureFlagBaseParametersAttributeAppFeatureFlagBoolAttribute
Constructors
AppFeatureFlagBoolAttribute(string, bool)
public AppFeatureFlagBoolAttribute(string Title, bool DefaultValue)
Parameters
Properties
DefaultValue
public bool DefaultValue { get; set; }