Share via


TestAggregation.SynchronizedStart Property

Definition

Caution

This API is now deprecated.

Gets a value that indicates whether the tests and linked tests in this aggregation must be started synchronously.

public:
 virtual property bool SynchronizedStart { bool get(); };
[System.Obsolete]
public virtual bool SynchronizedStart { get; }
[<System.Obsolete>]
member this.SynchronizedStart : bool
Public Overridable ReadOnly Property SynchronizedStart As Boolean

Property Value

true if the tests and linked tests must be started synchronously; otherwise, false.

Attributes

Applies to