Table of Contents

Class AppFeatureFlagIPAddressAttribute

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

Describe an AppFeatureFlag Type of type 'IPAddress' value

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

Constructors

AppFeatureFlagIPAddressAttribute(string, string)

public AppFeatureFlagIPAddressAttribute(string Title, string DefaultValue)

Parameters

Title string
DefaultValue string

Properties

DefaultValue

public string DefaultValue { get; set; }

Property Value

string