バージョン

GetBool メソッド

モデルのブール値プロパティの値を取得します。
シンタックス
'宣言
 
Protected Function GetBool( _
   ByVal property As System.String _
) As System.Nullable(Of Boolean)
protected System.Nullable<bool> GetBool( 
   System.string property
)

パラメータ

property
プロパティ名。

戻り値の型

プロパティの値。
参照

オンラインで表示: GitHub