Condividi tramite


AuthenticationProperties.GetBool(String) Metodo

Definizione

Ottiene un valore nullable Boolean dalla Items raccolta.

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)

Parametri

key
String

Chiave della proprietà.

Restituisce

Valore recuperato o null se la proprietà non è impostata.

Si applica a