Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.