AuthenticationProperties.SetBool(String, Nullable<Boolean>) 方法

定义

设置或删除 Boolean 集合中的 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))

参数

key
String

属性键。

value
Nullable<Boolean>

要设置的值或 null 用于删除属性的值。

适用于