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