Table of Contents

Class AppFeatureFlagJsonAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Annotations.dll

Describe an AppFeatureFlag Type of type 'Json' value

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class AppFeatureFlagJsonAttribute : AppFeatureFlagBaseParametersAttribute
Inheritance
object
Attribute
AppFeatureFlagBaseParametersAttribute
AppFeatureFlagJsonAttribute

Constructors

AppFeatureFlagJsonAttribute(string, string)

public AppFeatureFlagJsonAttribute(string Title, string DefaultValue)

Parameters

Title string
DefaultValue string

Properties

DefaultValue

public string DefaultValue { get; set; }

Property Value

string