Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UIActionInterpreter::DelayBetweenActions Property

 

Gets or sets the time to delay before executing each action.

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

public:
property int DelayBetweenActions {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of seconds between executions.

Return to top
Show: