Share via


DelayAction.Duration Property

 

Gets or sets the number of seconds to delay after executing each action in a UI test.

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

Syntax

public int Duration { get; set; }
public:
property int Duration {
    int get();
    void set(int value);
}
member Duration : int with get, set
Public Property Duration As Integer

Property Value

Type: System.Int32

The number of seconds to delay.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
DelayAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top