USqlAssembly.Files Property

Definition

Gets or sets the list of files associated with the assembly

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to