Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
<PersistenceElementNameAttribute("abortRunOnAgentFailure")> _
Protected m_abortRunOnAgentFailure As Boolean
'使用
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
Field Value
Type: System.Boolean
Permissions
- 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.