StringLengthAttribute.MinimumLength 屬性

定義

取得或設定字串的長度下限。

public:
 property int MinimumLength { int get(); void set(int value); };
public int MinimumLength { get; set; }
member this.MinimumLength : int with get, set
Public Property MinimumLength As Integer

屬性值

字串的最小長度。

適用於