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.

ITestConfiguration::Save Method (Boolean)

 

Saves the new or updated test configuration settings to the server, optionally forcing the update if any existing references to this test configuration occur.

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

void Save(
	bool updateInUse
)

Parameters

updateInUse
Type: System::Boolean

true to force the update if this test configuration is already referenced by a test result; false to duplicate the behavior of the Save method.

If this test configuration is referenced by a test result, the update will fail.

Return to top
Show: