Gets or sets maximum length.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public int MaxLength { get; set; }
Visual Basic
Public Property MaxLength As Integer
	Get
	Set
Visual C++
public:
property int MaxLength {
	int get ();
	void set (int value);
}
F#
member MaxLength : int with get, set

Property Value

Type: Int32

See Also