ITestConfiguration.Save Method ()
Saves the new or updated test configuration settings to the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void Save()
void Save()
abstract Save : unit -> unit
Sub Save
Remarks
If this test configuration is referenced by a test result, the update will fail. To force an update, use the Save method.
See Also
Save
Save Overload
ITestConfiguration Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top