USqlAssembly.Dependencies Property

Definition

Gets or sets the list of dependencies associated with the assembly

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to