Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
void Save(
bool updateInUse
)
void Save(
bool updateInUse
)
abstract Save :
updateInUse:bool -> unit
Sub Save (
updateInUse As Boolean
)
Parameters
updateInUse
Type: System.Booleantrue to force the update if this test configuration is already referenced by a test result; false to duplicate the behavior of the Save method.
Remarks
If this test configuration is referenced by a test result, the update will fail.
See Also
Save
Save Overload
ITestConfiguration Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top