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

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

Property Value

Type: Int32
The numeric identifier.

.NET Framework Security

See Also

Reference

ITestCaseResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace