Share via


Schema.StandardColumns Property

Definition

Gets a list of table standard columns.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to