TestResultCounter.Total Property

Definition

Gets or sets the total number of aggregated test results.

public:
 property int Total { int get(); void set(int value); };
public int Total { get; set; }
member this.Total : int with get, set
Public Property Total As Integer

Property Value

The total number of aggregated test results.

Applies to