USqlAssemblyList.Value Property

 

Optional. Gets or sets the list of assemblies in the database

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

Syntax

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

Property Value

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

See Also

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

Return to top