Initializes a new instance of the MaxLengthAttribute class.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public MaxLengthAttribute(
	int length
)
Visual Basic
Public Sub New ( 
	length As Integer
)

Parameters

length
Type: System..::..Int32
paramlengthM:DotNetNuke.UI.WebControls.MaxLengthAttribute.#ctor(System.Int32)

See Also