Share via


DataDrivenAdapterBase.SetControlValue Method

Assigns a new value to the named 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 controlValue As String
Dim Data As String

instance.SetControlValue(controlName, controlValue, Data)

Syntax

'Declaration
Public Sub SetControlValue ( _
    controlName As String, _
    controlValue As String, _
    Data As String _
)
public void SetControlValue (
    string controlName,
    string controlValue,
    string Data
)
public:
void SetControlValue (
    String^ controlName, 
    String^ controlValue, 
    String^ Data
)
public void SetControlValue (
    String controlName, 
    String controlValue, 
    String Data
)
public function SetControlValue (
    controlName : String, 
    controlValue : String, 
    Data : String
)

Parameters

  • controlName
    Specifies the name of the control.
  • controlValue
    Specifies the value to be assigned.
  • Data
    Specifies additional data to be passed for customizing the operation.

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.