Class AppFeatureFlagStringAttribute
Describe an AppFeatureFlag Type of type 'String' value
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class AppFeatureFlagStringAttribute : AppFeatureFlagBaseParametersAttribute
- Inheritance
-
objectAttributeAppFeatureFlagBaseParametersAttributeAppFeatureFlagStringAttribute
Constructors
AppFeatureFlagStringAttribute(string, string)
public AppFeatureFlagStringAttribute(string Title, string DefaultValue)
Parameters
Properties
DefaultValue
public string DefaultValue { get; set; }
Property Value
Lines
public int Lines { get; set; }