AuthenticationProperties.GetBool(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.
protected:
Nullable<bool> GetBool(System::String ^ key);
protected bool? GetBool (string key);
member this.GetBool : string -> Nullable<bool>
Protected Function GetBool (key As String) As Nullable(Of Boolean)
Parameters
- key
- String
Property key.
Returns
Retrieved value or null
if the property is not set.