Web API Core | ComponentOne
C1.Web.Api.Report.Models Namespace / Parameter Class / MaxLength Property

In This Topic
    MaxLength Property
    In This Topic
    Gets the maximum length of a string parameter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MaxLength As Integer
    public int MaxLength {get;}
    Remarks
    0 means unlimited length. Ignored for non-string parameters.
    See Also