Edit

Share via


StepResult.Tables Property

Definition

Retrieves or sets the list of tables that the report for the diagnostic test run should include for the result.

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

Property Value

A List<T> object that contains a list of StepResult.Table objects that represent the tables that the report for the diagnostic test run should include for the result.

Applies to