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

In This Topic
    Nullable Property (Parameter)
    In This Topic
    Gets a boolean value indicating whether the value of the parameter can be null.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Nullable As Boolean
    public bool Nullable {get;}
    Remarks
    Cannot be true if this is a multi-value parameter.
    See Also