FeatureFlagConfigurationSetting.Description Property

Definition

Gets or sets a description of the feature.

public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String

Property Value

Remarks

This description is stored inside the feature flag's JSON value and is distinct from Description, which is a separate service-managed metadata field on the configuration setting.

Applies to