JobErrorDetails.LineNumber Property
Optional. Gets or sets the specific line number in the job where the error occured.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public Nullable<int> LineNumber { get; set; }
public:
property Nullable<int> LineNumber {
Nullable<int> get();
void set(Nullable<int> value);
}
member LineNumber : Nullable<int> with get, set
Public Property LineNumber As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
JobErrorDetails Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top