FeatureManagementOptions.IgnoreMissingFeatures 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 the target feature is missing. If missing features are not ignored an exception will be thrown when attempting to evaluate them. The default value is true.
public bool IgnoreMissingFeatures { get; set; }
member this.IgnoreMissingFeatures : bool with get, set
Public Property IgnoreMissingFeatures 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