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
'Declaration
Sub Save ( _
updateInUse As Boolean _
)
void Save(
bool updateInUse
)
void Save(
bool updateInUse
)
abstract Save :
updateInUse:bool -> unit
function Save(
updateInUse : boolean
)
Parameters
updateInUse
Type: 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.
.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.