ComponentOne Web API Edition
Value Property (Parameter)

C1.Web.Api.Report.Models Namespace > Parameter Class : Value Property
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

Reference

Parameter Class
Parameter Members