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 the number of seconds since the beginning of the run, including the warm-up period.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ElapsedSeconds As Integer
public int ElapsedSeconds { get; }
public:
property int ElapsedSeconds {
int get ();
}
member ElapsedSeconds : int
function get ElapsedSeconds () : int
Property Value
Type: System.Int32
The number of seconds since the beginning of the run.
.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.