RunResultAndStatistics.IsPartialRun Property

Definition

Returns a value that indicates whether the associated test run is a partial run.

public:
 property bool IsPartialRun { bool get(); void set(bool value); };
public bool IsPartialRun { get; set; }
member this.IsPartialRun : bool with get, set
Public Property IsPartialRun As Boolean

Property Value

true if the associated test run is a partial run, otherwise, false.

Applies to