Installation.PushVariables Property

Definition

Gets or sets collection of push variables

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to