Share via


ITestCaseResult.ResolutionStateId Property

 

Gets a numeric identifier for tracking the investigation of finished tests.

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

Syntax

int ResolutionStateId { get; set; }
property int ResolutionStateId {
    int get();
    void set(int value);
}
abstract ResolutionStateId : int with get, set
Property ResolutionStateId As Integer

Property Value

Type: System.Int32

The numeric identifier.

See Also

ITestCaseResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top