Compartir a través de


EventsExceptionDetail.ParsedStack Propiedad

Definición

Obtiene o establece la pila analizada.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a