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 ID for the test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public int TestRunId { get; set; }
public:
property int TestRunId {
virtual int get() sealed;
virtual void set(int value) sealed;
}
abstract TestRunId : int with get, set
override TestRunId : int with get, set
Public Property TestRunId As Integer
Property Value
Type: System.Int32
The ID for the test run.
Implements
ITestCaseResultIdentifier.TestRunId
See Also
TestCaseResultIdentifier Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top