UITestActionFilter.ApplyTimeout Property

 

Gets a value that indicates whether to apply aggregator time-out limits.

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

Syntax

public abstract bool ApplyTimeout { get; }
public:
property bool ApplyTimeout {
    virtual bool get() abstract;
}
abstract ApplyTimeout : bool with get
Public MustOverride ReadOnly Property ApplyTimeout As Boolean

Property Value

Type: System.Boolean

Remarks

If the time between the last two actions exceeds the user configured time-out value, the filter is not executed.

See Also

UITestActionFilter Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top