Share via


JobErrorDetails.LineNumber Property

Definition

Gets the specific line number in the job where the error occurred.

[Newtonsoft.Json.JsonProperty(PropertyName="lineNumber")]
public int? LineNumber { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lineNumber")>]
member this.LineNumber : Nullable<int>
Public ReadOnly Property LineNumber As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to