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.
Duration of the test session.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TimeSpan Duration { get; set; }
property TimeSpan Duration {
TimeSpan get();
void set(TimeSpan value);
}
abstract Duration : TimeSpan with get, set
Property Duration As TimeSpan
Property Value
Type: System.TimeSpan
Returns TimeSpan.
See Also
ISession Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top