USqlAssemblyClr.AssemblyClrName Property
Gets or sets the name of the assembly.
Namespace: Microsoft.Azure.Management.DataLake.Analytics.Models
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "assemblyClrName")]
public string AssemblyClrName { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "assemblyClrName")]
property String^ AssemblyClrName {
String^ get();
void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "assemblyClrName")>]
member AssemblyClrName : string with get, set
<JsonPropertyAttribute(PropertyName := "assemblyClrName")>
Public Property AssemblyClrName As String
Property Value
Type: System.String
See Also
USqlAssemblyClr Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace
Return to top