MinLengthAttribute.Length Property

Definition

Gets or sets the minimum allowable length of the array or string data.

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

Property Value

The minimum allowable length of the array or string data.

Applies to