Share via


TestCaseResultIdentifier.TestResultId Property

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

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

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

Property Value

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

Implements

ITestCaseResultIdentifier.TestResultId

.NET Framework Security

See Also

Reference

TestCaseResultIdentifier Class

Microsoft.TeamFoundation.TestManagement.Client Namespace