QueryParams Type
The parameter to be used in a query request.
Remarks
This type describes a parameter that is to be used in a query request.
Fields
Name String |
This field contains the name of the parameter to be used in a Query request. |
Value String |
This field contains the value of the parameter to be used in a Query request. All specified values will be URL encoded by the component. |
Constructors
public QueryParams();
public QueryParams(String name, String value);