AuthenticationProperties.GetBool(String) 方法

定义

从集合中获取可为 Boolean null 的 Items

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

适用于