Udostępnij za pośrednictwem


EventsExceptionDetailsParsedStack.Line Property

Definition

Gets or sets the line of the stack entry

[Newtonsoft.Json.JsonProperty(PropertyName="line")]
public long? Line { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="line")>]
member this.Line : Nullable<int64> with get, set
Public Property Line As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to