FeatureFlag.RequiredAction Property

Definition

A string indicating the required action necessary to apply the feature when the user checks the feature flag on the preview pane. This will be appended with the string "requires" and displayed with the title on the preview pane.

public:
 property System::String ^ RequiredAction { System::String ^ get(); };
public string? RequiredAction { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.RequiredAction : string
Public ReadOnly Property RequiredAction As String

Property Value

Attributes

Applies to