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::TestResultId Property

 

Gets or sets the test result ID as it was assigned by the test plan.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

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

Property Value

Type: System::Int32

The test result ID as it was assigned by the test plan.

Return to top
Show: