DataDrivenAdapterBase.SetControlValue(String, 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.
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.