StepResult.BulletPoints Property

Definition

Retrieves or sets the set of items in a bulleted list in the report for a diagnostic test run.

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

Property Value

A List<T> object that contains a list of StepResult.Information objects that represent the items in the bulleted list.

Applies to