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

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

Property Value

Type: Boolean

Remarks

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

.NET Framework Security

See Also

Reference

UITestActionFilter Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace