Share via


Schema.Columns Property

Definition

Gets or sets a list of table custom columns.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to