Compartir a través de


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

Definición

Establezca o quite un Boolean valor de la Items colección.

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

Parámetros

key
String

Clave de propiedad.

value
Nullable<Boolean>

Valor que se va a establecer o null para quitar la propiedad .

Se aplica a