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)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String
Return Value
Type: System.String
A string that contains a concatenation of all property values.
See Also
GetHashCode
TestRunId
TestResultId
TestCaseResultIdentifier Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top