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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TestCaseResultIdentifier Class