ITestRun.Version Property
Gets the client version that ran the test.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int Version { get; }
property int Version {
int get();
}
abstract Version : int with get
ReadOnly Property Version As Integer
Property Value
Type: System.Int32
The client version that ran the test.
See Also
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top