ConsoleLogger.ApplyParameter(String, String) Method

Definition

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.

Applies to