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

In This Topic
    AllowBlank Property
    In This Topic
    Gets a boolean value indicating whether the value of this parameter can be the empty string.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AllowBlank As Boolean
    public bool AllowBlank {get;}
    Remarks
    Ignored for non-string parameters.
    See Also