IFeatureFlagsStoreCollection.GetBoolValue(String) Method
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.
Retrieves a boolean value with the given name. If the value doesn't exist, then null is returned.
public bool? GetBoolValue(string name);
abstract member GetBoolValue : string -> Nullable<bool>
Public Function GetBoolValue (name As String) As Nullable(Of Boolean)
Parameters
- name
- String