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