Compartir a través de


BackendCredentialsContract.Header Propiedad

Definición

Obtiene o establece la descripción del parámetro de encabezado.

[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))

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a