Information
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.

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

property WorkItem^ WorkItem {
	WorkItem^ get();
}

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.

Return to top
Show: