Diagnostics.ColumnNumber Property
Optional. Gets or sets the Column 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 int ColumnNumber { get; set; }
public:
property int ColumnNumber {
int get();
void set(int value);
}
member ColumnNumber : int with get, set
Public Property ColumnNumber As Integer
Property Value
Type: System.Int32
See Also
Diagnostics Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top