FeatureManagementOptions.IgnoreMissingFeatureFilters Property

Definition

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