Share via


DataDrivenAdapterBase.GetControlValue Method

Gets the current value of the control.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim instance As DataDrivenAdapterBase
Dim controlName As String
Dim Data As String
Dim returnValue As String

returnValue = instance.GetControlValue(controlName, Data)

Syntax

'Declaration
Public Function GetControlValue ( _
    controlName As String, _
    Data As String _
) As String
public string GetControlValue (
    string controlName,
    string Data
)
public:
String^ GetControlValue (
    String^ controlName, 
    String^ Data
)
public String GetControlValue (
    String controlName, 
    String Data
)
public function GetControlValue (
    controlName : String, 
    Data : String
) : String

Parameters

  • controlName
    Specifies the name of the control.
  • Data
    Contains additional data for customizing the operation.

Return Value

Type: String
The value of the control.

Exceptions

Exception type Condition
DataDrivenAdapterException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DataDrivenAdapterBase Class
DataDrivenAdapterBase Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.