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
'Declaration
Public Property ElapsedTime As TimeSpan
public TimeSpan ElapsedTime { get; set; }
public:
property TimeSpan ElapsedTime {
TimeSpan get ();
void set (TimeSpan value);
}
member ElapsedTime : TimeSpan with get, set
function get ElapsedTime () : TimeSpan
function set ElapsedTime (value : TimeSpan)
Property Value
Type: System.TimeSpan
Used to generate video for the test case.
.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.