RequestContract.QueryParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets collection of operation request query parameters.
[Newtonsoft.Json.JsonProperty(PropertyName="queryParameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ParameterContract> QueryParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="queryParameters")>]
member this.QueryParameters : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ParameterContract> with get, set
Public Property QueryParameters As IList(Of ParameterContract)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute