FeatureFlag.RequiredAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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