[]
Gets or sets the maximum length of a string parameter (0 means unlimited length). This property is ignored for non-string parameters.
[C1Category("Appearance")]
[C1Description("Parameter.MaxLength", "Specifies the maximum length of a string parameter (0 means unlimited length).")]
public int MaxLength { get; set; }
<C1Category("Appearance")>
<C1Description("Parameter.MaxLength", "Specifies the maximum length of a string parameter (0 means unlimited length).")>
Public Property MaxLength As Integer