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