[]
        
(Showing Draft Content)

C1.Document.Parameter.MaxLength

MaxLength Property

MaxLength

Gets or sets the maximum length of a string parameter (0 means unlimited length). This property is ignored for non-string parameters.

Declaration
[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