TestElement.m_abortRunOnAgentFailure Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the value of the AbortRunOnAgentFailure property.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("abortRunOnAgentFailure")> _
Protected m_abortRunOnAgentFailure As Boolean
[PersistenceElementNameAttribute("abortRunOnAgentFailure")]
protected bool m_abortRunOnAgentFailure
[PersistenceElementNameAttribute(L"abortRunOnAgentFailure")]
protected:
bool m_abortRunOnAgentFailure
[<PersistenceElementNameAttribute("abortRunOnAgentFailure")>]
val mutable m_abortRunOnAgentFailure: bool
protected var m_abortRunOnAgentFailure : 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.