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
'Declaration
Sub Save
void Save()
void Save()
abstract Save : unit -> unit
function Save()
Remarks
If this test configuration is referenced by a test result, the update will fail. To force an update, use the Save method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.