MaxLengthAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the MaxLengthAttribute class.

public MaxLengthAttribute(int maxLength)
parameter description
maxLength The maximum length.

See Also