IFeatureFlagsStoreCollection Interface
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.
Provides access to feature flag store values under a single collection path.
public interface IFeatureFlagsStoreCollection
type IFeatureFlagsStoreCollection = interface
Public Interface IFeatureFlagsStoreCollection
Methods
| Name | Description |
|---|---|
| GetBoolValue(String) |
Retrieves a boolean value with the given |
| GetString(String) |
Retrieves a string value with the given |
| GetSubCollections() |
Retrieves the names of all subcollections. |