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