StepResult.Table.Rows Property

Definition

Retrieves or sets the set of rows in the table.

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

Property Value

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

Applies to