AuthenticationProperties.GetBool(String) Méthode

Définition

Obtenez un nullable Boolean à partir de la 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)

Paramètres

key
String

Clé de propriété.

Retours

Valeur récupérée ou null si la propriété n’est pas définie.

S’applique à