MinLengthAttribute(Int32) コンストラクター

定義

MinLengthAttribute クラスの新しいインスタンスを初期化します。

public:
 MinLengthAttribute(int length);
public MinLengthAttribute (int length);
new System.ComponentModel.DataAnnotations.MinLengthAttribute : int -> System.ComponentModel.DataAnnotations.MinLengthAttribute
Public Sub New (length As Integer)

パラメーター

length
Int32

配列または文字列データの長さ。

適用対象