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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.