TestCaseResultIdentifier Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestManagement.Client2010.TestCaseResultIdentifier

Syntax

public sealed class TestCaseResultIdentifier
public ref class TestCaseResultIdentifier sealed 
[<Sealed>]
type TestCaseResultIdentifier = class end
Public NotInheritable Class TestCaseResultIdentifier

Constructors

Name Description
System_CAPS_pubmethod TestCaseResultIdentifier()

Properties

Name Description
System_CAPS_pubproperty TestResultId

System_CAPS_pubproperty TestRunId

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Overrides Object.ToString().)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.TeamFoundation.TestManagement.Client2010 Namespace

Return to top