Share via


TestCaseResultIdentifier.TestResultId Property

 

Gets or sets the test result ID as it was assigned by the test plan.

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

Syntax

public int TestResultId { get; set; }
public:
property int TestResultId {
    virtual int get() sealed;
    virtual void set(int value) sealed;
}
abstract TestResultId : int with get, set
override TestResultId : int with get, set
Public Property TestResultId As Integer

Property Value

Type: System.Int32

The test result ID as it was assigned by the test plan.

Implements

ITestCaseResultIdentifier.TestResultId

See Also

TestCaseResultIdentifier Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top