ActionLogInvoker.InRetryMode Property

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

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

Syntax

'Declaration
Public Overrides Property InRetryMode As Boolean
public override bool InRetryMode { get; set; }
public:
virtual property bool InRetryMode {
    bool get () override;
    void set (bool value) override;
}
abstract InRetryMode : bool with get, set
override InRetryMode : bool with get, set
override function get InRetryMode () : boolean
override 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

ActionLogInvoker Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace