AutomationBridgeService.SetControlValue 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.
Calls the corresponding method on the Data Driven Adapter configured for the hosted application.
public:
void SetControlValue(System::String ^ applicationName, System::String ^ controlName, System::String ^ controlValue, System::String ^ data);
public void SetControlValue (string applicationName, string controlName, string controlValue, string data);
member this.SetControlValue : string * string * string * string -> unit
Public Sub SetControlValue (applicationName As String, controlName As String, controlValue As String, data As String)
Parameters
- applicationName
- String
Specifies the application name.
- controlName
- String
Specifies the control name.
- controlValue
- String
Specifies the control value.
- data
- String
Specifies the data.