TestAggregation.SynchronizedStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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