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