ConsoleLogger.ApplyParameter(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Apply a parameter. NOTE: This method was public by accident in Whidbey, so it cannot be made internal now. It has no good reason for being public.
public:
void ApplyParameter(System::String ^ parameterName, System::String ^ parameterValue);
public void ApplyParameter (string parameterName, string parameterValue);
member this.ApplyParameter : string * string -> unit
Public Sub ApplyParameter (parameterName As String, parameterValue As String)
Parameters
- parameterName
- String
The name of the parameter.
- parameterValue
- String
The value of the parameter.
Remarks
Deprecated.