Share via


IDiagnosticDataTableResponseObject.Column Property

Definition

Columns in the table

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Columns in the table", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticDataTableResponseColumn) }, Read=true, ReadOnly=false, Required=false, SerializedName="columns", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticDataTableResponseColumn> Column { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Columns in the table", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticDataTableResponseColumn) }, Read=true, ReadOnly=false, Required=false, SerializedName="columns", Update=true)>]
member this.Column : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticDataTableResponseColumn> with get, set
Public Property Column As List(Of IDiagnosticDataTableResponseColumn)

Property Value

Attributes

Applies to