JobProperties.RuntimeVersion Property

 

Optional. Gets or sets the runtime version of the U-SQL engine to use

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

Syntax

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

Property Value

Type: System.String

See Also

JobProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top