DataDrivenAdapterBase.SetControlValue(String, String, String) Method

Definition

Assigns a new value to the named control.

public:
 void SetControlValue(System::String ^ controlName, System::String ^ controlValue, System::String ^ Data);
public void SetControlValue (string controlName, string controlValue, string Data);
member this.SetControlValue : string * string * string -> unit
Public Sub SetControlValue (controlName As String, controlValue As String, Data As String)

Parameters

controlName
String

Specifies the name of the control.

controlValue
String

Specifies the value to be assigned.

Data
String

Specifies additional data to be passed for customizing the operation.

Exceptions

Applies to