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

In This Topic
    AllowedValues Property (Parameter)
    In This Topic
    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