Share via


IActionInvoker.InRetryMode Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Property InRetryMode As Boolean
    Get
    Set
'Usage
Dim instance As IActionInvoker
Dim value As Boolean

value = instance.InRetryMode

instance.InRetryMode = value
bool InRetryMode { get; set; }
property bool InRetryMode {
    bool get ();
    void set (bool value);
}
function get InRetryMode () : boolean
function set InRetryMode (value : boolean)
abstract InRetryMode : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IActionInvoker Interface

IActionInvoker Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace