Share via


EventsResults.Aimessages Property

Definition

Gets or sets oData messages for this response.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to