SearchDocument.GetBoolean(String) メソッド

定義

という名前keyの の プロパティのSearchDocument値をNullable<T>取得します。

public bool? GetBoolean (string key);
member this.GetBoolean : string -> Nullable<bool>
Public Function GetBoolean (key As String) As Nullable(Of Boolean)

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

適用対象