Compartir a través de


Table.Columns Propiedad

Definición

Obtiene o establece la lista de columnas de esta tabla.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a