Gets or sets the value that determines the maximum number of characters allowed for user input.
'Declaration
Public Property MaxLength As System.Integer
public System.int MaxLength {get; set;}
Property Value
The maximum number of characters allowed for user input. The default is 0.