AuthenticationProperties.GetBool(String) メソッド

定義

コレクションから null 許容 Boolean を取得します 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 プロパティが設定されていない場合。

適用対象