StepResult.Row.Items 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 entries in the cells of the row.
public System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.RowItem> Items { get; set; }
member this.Items : System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.RowItem> with get, set
Public Property Items As List(Of StepResult.RowItem)
Property Value
A List<T> that represents the entries in the cells of the row.