StepResult.Column Constructors

Definition

Overloads

StepResult.Column()

Initializes a new instance of the StepResult.Column class without specifying a name for the column.

StepResult.Column(String)

Initializes a new instance of the StepResult.Column class, with the specified name as the column heading.

StepResult.Column()

Initializes a new instance of the StepResult.Column class without specifying a name for the column.

public Column ();
Public Sub New ()

Applies to

StepResult.Column(String)

Initializes a new instance of the StepResult.Column class, with the specified name as the column heading.

public Column (string name);
new Microsoft.Hpc.Diagnostics.Helpers.StepResult.Column : string -> Microsoft.Hpc.Diagnostics.Helpers.StepResult.Column
Public Sub New (name As String)

Parameters

name
String

A String that specifies the name for the column. The name also serves as the column heading.

Applies to