FeatureFlagsChangedEventArgs.Enabled Property

Definition

Gets a value indicating whether the feature flag is enabled.

public:
 property Nullable<bool> Enabled { Nullable<bool> get(); };
public bool? Enabled { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Enabled : Nullable<bool>
Public ReadOnly Property Enabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to