MinLengthAttribute.Length プロパティ

定義

配列または文字列データに許容される最小長を取得または設定します。

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

プロパティ値

配列または文字列データの許容される最小長。

適用対象