ITestPointStatistic.ResultResolutionStateId Property

 

Gets a number that identifies the combination state and outcome of this test.

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

Syntax

int ResultResolutionStateId { get; }
property int ResultResolutionStateId {
    int get();
}
abstract ResultResolutionStateId : int with get
ReadOnly Property ResultResolutionStateId As Integer

Property Value

Type: System.Int32

The identifier for the state and outcome.

See Also

ITestPointStatistic Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top