Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the time span of the action.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public TimeSpan ElapsedTime { get; set; }
public:
property TimeSpan ElapsedTime {
TimeSpan get();
void set(TimeSpan value);
}
member ElapsedTime : TimeSpan with get, set
Public Property ElapsedTime As TimeSpan
Property Value
Type: System.TimeSpan
Used to generate video for the test case.
See Also
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top