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 제거할 값입니다.

적용 대상