FeatureFlags.IsFeatureEnabledWithoutCustomization(String, Boolean) Method

Definition

Do not use this method as it's intended for Telemetry only. This is used to determine the value of a feature without user customization. To get the value of Feature flag use IsFeatureEnabled(String, Boolean) This will check for feature flag value in remote store, if not found, falls back to default store.

C++
public:
 bool IsFeatureEnabledWithoutCustomization(System::String ^ featureName, bool defaultValue);

Parameters

featureName
String

A string of the form ^(\w+.)+\w+$, following a pattern of [AreaPath].[Name]

defaultValue
Boolean

The value returned if there is an error processing the request or if the flag cannot be located.

Returns

The default value or current state of the feature flag if there is an error processing the request

Applies to

Produkt Verzie
Visual Studio SDK 2019, 2022