Installation.PushVariables プロパティ

定義

プッシュ変数のコレクションを取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象