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.
Overrides the specified parameter, which allows for it to be removed from the steps in this specific test case while it retains data about the parameter from other iterations.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub OverrideParameter ( _
parameterName As String _
)
void OverrideParameter(
string parameterName
)
void OverrideParameter(
String^ parameterName
)
abstract OverrideParameter :
parameterName:string -> unit
function OverrideParameter(
parameterName : String
)
Parameters
- parameterName
Type: System.String
The parameter name.
.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.