StepResult.Table.Columns Property

Definition

Retrieves or sets the set of columns in the table.

public System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.Column> Columns { get; set; }
member this.Columns : System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.Column> with get, set
Public Property Columns As List(Of StepResult.Column)

Property Value

A List<T> object that contains a list of StepResult.Column objects that correspond to the columns in the table.

Applies to