Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Property AbortRunOnAgentFailure As Boolean
'使用
Dim instance As TestElement
Dim value As Boolean
value = instance.AbortRunOnAgentFailure
instance.AbortRunOnAgentFailure = value
public bool AbortRunOnAgentFailure { get; set; }
public:
virtual property bool AbortRunOnAgentFailure {
bool get () sealed;
void set (bool value) sealed;
}
public final function get AbortRunOnAgentFailure () : boolean
public final function set AbortRunOnAgentFailure (value : boolean)
Property Value
Type: System.Boolean
Implements
ITestElement.AbortRunOnAgentFailure
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.