Edit

Share via


StepResult.IsSummary Property

Definition

Gets or sets whether the StepResult object represents a summary of the results for all of the nodes in the test or the results for just one node.

public bool IsSummary { get; set; }
member this.IsSummary : bool with get, set
Public Property IsSummary As Boolean

Property Value

A Boolean that indicates whether the StepResult object represents a summary of the test results for all of the nodes in the test or the test results for just one node. True indicates that the StepResult object represents a summary of the test results for all of the nodes in the test. False indicates that the StepResult object represents the test results for just one node.

Applies to