DataTableResponseObject.Columns Property

Definition

Gets or sets list of columns with data types

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to