RequestContract.Headers Property

Definition

Gets or sets collection of operation request headers.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to