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
'Declaration
Property TestCaseId As Integer
int TestCaseId { get; set; }
property int TestCaseId {
int get ();
void set (int value);
}
abstract TestCaseId : int with get, set
function get TestCaseId () : int
function set TestCaseId (value : int)
Property Value
Type: System.Int32
The test case ID.
.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.