Share via


TestCaseResultIdentifier.ToString Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

'Declaration
Public Overrides Function ToString As String
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Return Value

Type: String
A string that contains a concatenation of all property values.

.NET Framework Security

See Also

Reference

TestCaseResultIdentifier Class

Microsoft.TeamFoundation.TestManagement.Client Namespace

GetHashCode

TestRunId

TestResultId