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 削除する値。

適用対象