AuthenticationProperties.SetBool(String, Nullable<Boolean>) Méthode

Définition

Définissez ou supprimez une Boolean valeur dans la Items collection.

protected:
 void SetBool(System::String ^ key, Nullable<bool> value);
protected void SetBool (string key, bool? value);
member this.SetBool : string * Nullable<bool> -> unit
Protected Sub SetBool (key As String, value As Nullable(Of Boolean))

Paramètres

key
String

Clé de propriété.

value
Nullable<Boolean>

Valeur à définir ou null à supprimer la propriété.

S’applique à