FeatureManagementOptions.IgnoreMissingFeatureFilters 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.
Controls the behavior of feature evaluation when dependent feature filters are missing. If missing feature filters are not ignored an exception will be thrown when attempting to evaluate a feature that depends on a missing feature filter. This option is invalid when used in combination with All The default value is false.
public bool IgnoreMissingFeatureFilters { get; set; }
member this.IgnoreMissingFeatureFilters : bool with get, set
Public Property IgnoreMissingFeatureFilters As Boolean
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET