Share via


SsisEnvironment.Variables Property

Definition

Gets or sets variable in environment

[Newtonsoft.Json.JsonProperty(PropertyName="variables")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisVariable> Variables { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="variables")>]
member this.Variables : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisVariable> with get, set
Public Property Variables As IList(Of SsisVariable)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to