AuthenticationProperties.GetBool(String) Method

Definition

Get a nullable Boolean from the Items collection.

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.

Applies to