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::ToString Method ()

 

Returns a string that contains a concatenation of the hash value, the test run ID, and the test result ID properties.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A string that contains a concatenation of all property values.

Return to top
Show: