The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestBase::WorkItem Property
Gets the underlying work item.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItem^The underlying work item.
You can call the ITestBase::Flush method and then use the WorkItem::Save method on the object that is returned from this property. Or you can call the ITestBase::Save method to save a work item to the server.
Show: