バージョン

ValueRangeValidatorRule コンストラクタ(Object,Object,String)

エラー メッセージ、最小値、および最大値の ValidatorRule コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal min As System.Object, _
   ByVal max As System.Object, _
   ByVal errorMessage As System.String _
)
public ValueRangeValidatorRule( 
   System.object min,
   System.object max,
   System.string errorMessage
)

パラメータ

min
max
errorMessage
参照

オンラインで表示: GitHub