UITestActionInvoker.InRetryMode Property

Gets or sets a value that indicates whether the invoker is in retry mode.

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

Syntax

'Declaration
Public MustOverride Property InRetryMode As Boolean
public abstract bool InRetryMode { get; set; }
public:
virtual property bool InRetryMode {
    bool get () abstract;
    void set (bool value) abstract;
}
abstract InRetryMode : bool with get, set
abstract function get InRetryMode () : boolean
abstract function set InRetryMode (value : boolean)

Property Value

Type: System.Boolean
true if this invoker is in retry mode; otherwise, false. The default is false.

.NET Framework Security

See Also

Reference

UITestActionInvoker Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace