Share via


EventsExceptionDetail.ParsedStack Property

Definition

Gets or sets the parsed stack

[Newtonsoft.Json.JsonProperty(PropertyName="parsedStack")]
public System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.EventsExceptionDetailsParsedStack> ParsedStack { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parsedStack")>]
member this.ParsedStack : System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.EventsExceptionDetailsParsedStack> with get, set
Public Property ParsedStack As IList(Of EventsExceptionDetailsParsedStack)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to