QueryParams Property
Addtional query parameters to be included in the request.
Syntax
[VB.NET] Public Property QueryParams As QueryParamsList
[C#] public QueryParamsList QueryParams {get;}
Remarks
This is a collection of query parameters that will be added to the request. Parameters can be added via the AddQueryParam method.