RepresentationContract.FormParameters Property

Definition

Gets or sets collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'..

[Newtonsoft.Json.JsonProperty(PropertyName="formParameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ParameterContract> FormParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="formParameters")>]
member this.FormParameters : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ParameterContract> with get, set
Public Property FormParameters As IList(Of ParameterContract)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to