TestSession Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test Session
[System.Runtime.Serialization.DataContract]
public class TestSession
type TestSession = class
Public Class TestSession
- Inheritance
-
TestSession
- Attributes
Constructors
| TestSession() |
Properties
| Area |
Area path of the test session |
| Comment |
Comments in the test session |
| EndDate |
Duration of the session |
| Id |
Id of the test session |
| LastUpdatedBy |
Last Updated By Reference |
| LastUpdatedDate |
Last updated date |
| Owner |
Owner of the test session |
| Project |
Project to which the test session belongs |
| PropertyBag |
Generic store for test session data |
| Revision |
Revision of the test session |
| Source |
Source of the test session |
| StartDate |
Start date |
| State |
State of the test session |
| Title |
Title of the test session |
| Url |
Url of Test Session Resource |