PlaybackSettings::DelayBetweenAction Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the delay between actions in milliseconds.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

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

Property Value

Type: System::Int32
The delay between actions in milliseconds.

Show: