BackendCredentialsContract.Header Property

Definition

Gets or sets header Parameter description.

[Newtonsoft.Json.JsonProperty(PropertyName="header")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> Header { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="header")>]
member this.Header : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> with get, set
Public Property Header As IDictionary(Of String, IList(Of String))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to