QueryResults.Tables Property

Definition

Gets or sets the list of tables, columns and rows.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to