Share via


TestAggregation.SynchronizedStart Property

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

Note: This API is now obsolete.

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)

Syntax

'Declaration
<ObsoleteAttribute> _
Public Overridable ReadOnly Property SynchronizedStart As Boolean
[ObsoleteAttribute]
public virtual bool SynchronizedStart { get; }
[ObsoleteAttribute]
public:
virtual property bool SynchronizedStart {
    bool get ();
}
[<ObsoleteAttribute>]
abstract SynchronizedStart : bool
[<ObsoleteAttribute>]
override SynchronizedStart : bool
function get SynchronizedStart () : boolean

Property Value

Type: System.Boolean
true if the tests and linked tests must be started synchronously; otherwise, false.

.NET Framework Security

See Also

Reference

TestAggregation Class

Microsoft.VisualStudio.TestTools.Common Namespace