ComponentOne Web API Edition
AllowedValues Property

C1.Web.Api.Report.Models Namespace > Parameter Class : AllowedValues Property
Gets a list of supported values for the parameter.
Syntax
'Declaration
 
Public ReadOnly Property AllowedValues As List(Of KeyValuePair(Of String,Object))
public List<KeyValuePair<string,object>> AllowedValues {get;}
See Also

Reference

Parameter Class
Parameter Members