USqlAssemblyClr.ClrName Property

 

Optional. Gets or sets the name of the CLR.

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

Syntax

public string ClrName { get; set; }
public:
property String^ ClrName {
    String^ get();
    void set(String^ value);
}
member ClrName : string with get, set
Public Property ClrName As String

Property Value

Type: System.String

See Also

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

Return to top