Share via


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
'Usage
Dim value As Boolean 

value = Me.m_abortRunOnAgentFailure 

Me.m_abortRunOnAgentFailure = value
[PersistenceElementNameAttribute("abortRunOnAgentFailure")]
protected bool m_abortRunOnAgentFailure
[PersistenceElementNameAttribute(L"abortRunOnAgentFailure")]
protected:
bool m_abortRunOnAgentFailure
protected var m_abortRunOnAgentFailure : boolean

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace

AbortRunOnAgentFailure