Share via


AuthenticationProperties.GetBool(String) 메서드

정의

컬렉션에서 nullable BooleanItems 가져옵니다.

protected:
 Nullable<bool> GetBool(System::String ^ key);
protected bool? GetBool (string key);
member this.GetBool : string -> Nullable<bool>
Protected Function GetBool (key As String) As Nullable(Of Boolean)

매개 변수

key
String

속성 키입니다.

반환

검색된 값 또는 null 속성이 설정되지 않은 경우 입니다.

적용 대상