Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestAggregation::SynchronizedStart Property

 
Note: This API is now obsolete.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[ObsoleteAttribute]
property bool SynchronizedStart {
	virtual bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: