次の方法で共有


BackendCredentialsContract.Header プロパティ

定義

ヘッダーパラメーターの説明を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象