USqlAssembly.Files Property

 

Optional. Gets or sets the list of files associated with the assembly

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public IList<USqlAssemblyFileInfo> Files { get; set; }
public:
property IList<USqlAssemblyFileInfo^>^ Files {
    IList<USqlAssemblyFileInfo^>^ get();
    void set(IList<USqlAssemblyFileInfo^>^ value);
}
member Files : IList<USqlAssemblyFileInfo> with get, set
Public Property Files As IList(Of USqlAssemblyFileInfo)

Property Value

Type: System.Collections.Generic.IList<USqlAssemblyFileInfo>

See Also

USqlAssembly Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top