StepResult.Tables 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 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.