Compartir a través de


AutomationThreadParams.ControlName Property

Gets or sets the control name.

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

Usage

'Usage
Dim instance As AutomationThreadParams
Dim value As String

value = instance.ControlName

instance.ControlName = value

Syntax

'Declaration
Public Property ControlName As String
public string ControlName { get; set; }
public:
property String^ ControlName {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_ControlName ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ControlName (String value)
CompilerGeneratedAttribute 
public function get ControlName () : String

CompilerGeneratedAttribute 
public function set ControlName (value : String)

Property Value

Type: String

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

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

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