StepResult.Table.Columns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.