Edit

Share via


StepResult.Row.Items Property

Definition

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.

Applies to