StringLengthAttribute.MinimumLength Property

Definition

Gets or sets the minimum length of a string.

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

Property Value

The minimum length of a string.

Applies to