TestAggregation.SynchronizedStart Property
NOTE: This API is now obsolete.
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
'Usage
Dim instance As TestAggregation
Dim value As Boolean
value = instance.SynchronizedStart
[ObsoleteAttribute]
public virtual bool SynchronizedStart { get; }
[ObsoleteAttribute]
public:
virtual property bool SynchronizedStart {
bool get ();
}
public function get SynchronizedStart () : boolean
Property Value
Type: System.Boolean
.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.