ITestPointAssignment.TestCaseId Property
Gets or sets the test case ID for the test point to reassign.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int TestCaseId { get; set; }
property int TestCaseId {
int get();
void set(int value);
}
abstract TestCaseId : int with get, set
Property TestCaseId As Integer
Property Value
Type: System.Int32
The test case ID.
See Also
ITestPointAssignment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top