Condividi tramite


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

Definizione

Impostare o rimuovere un Boolean valore nella Items raccolta.

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

Parametri

key
String

Chiave della proprietà.

value
Nullable<Boolean>

Valore da impostare o null rimuovere la proprietà.

Si applica a