TestElement.AbortRunOnAgentFailure Property

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

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace