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

In This Topic
    Value Property (Parameter)
    In This Topic
    Gets the value of the parameter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    public object Value {get;}
    Remarks
    Value can be specified as array if it's a multi-value parameter. In this case, all items should have same type.
    See Also