AuthenticationProperties.SetBool(String, Nullable<Boolean>) Metoda

Definice

Nastavte nebo odeberte Boolean hodnotu v kolekci Items .

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))

Parametry

key
String

Klíč vlastnosti.

value
Nullable<Boolean>

Hodnota pro nastavení nebo null odebrání vlastnosti.

Platí pro