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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.