IFeatureFlagsStore.GetBoolValue(String, String) Method
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.
Retrieves a boolean value stored under the collectionPath
with the dictated name
. If the
collectionPath
or name
doesn't exist, then null is returned.
public:
Nullable<bool> GetBoolValue(System::String ^ collectionPath, System::String ^ name);
public bool? GetBoolValue(string collectionPath, string name);
abstract member GetBoolValue : string * string -> Nullable<bool>
Public Function GetBoolValue (collectionPath As String, name As String) As Nullable(Of Boolean)
- collectionPath
- String
The full path, separated by back-slash characters to the collection/subcollection to be queried
- name
- String
The name of the value to read
True or False depending on the state of the value of the name under the collection Path, or null if the value doesn't exist
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |