CatalogAssemblyListGetResponse.AssemblyList Property
Optional. Gets or sets the resulting list of assemblies.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public USqlAssemblyList AssemblyList { get; set; }
public:
property USqlAssemblyList^ AssemblyList {
USqlAssemblyList^ get();
void set(USqlAssemblyList^ value);
}
member AssemblyList : USqlAssemblyList with get, set
Public Property AssemblyList As USqlAssemblyList
Property Value
Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlAssemblyList
See Also
CatalogAssemblyListGetResponse Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top