Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestCaseResultIdentifier::TestRunId Property

 

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)

public:
property int TestRunId {
	virtual int get() sealed;
	virtual void set(int value) sealed;
}

Property Value

Type: System::Int32

The ID for the test run.

Return to top
Show: