AutomationAdapter.DataDrivenAdapter Property
Gets or sets the DDA associated with the application
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Usage
'Usage
Dim instance As AutomationAdapter
Dim value As DataDrivenAdapterBase
value = instance.DataDrivenAdapter
instance.DataDrivenAdapter = value
Syntax
'Declaration
Public Property DataDrivenAdapter As DataDrivenAdapterBase
public DataDrivenAdapterBase DataDrivenAdapter { get; protected set; }
public:
property DataDrivenAdapterBase^ DataDrivenAdapter {
DataDrivenAdapterBase^ get ();
protected: void set (DataDrivenAdapterBase^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public DataDrivenAdapterBase get_DataDrivenAdapter ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
protected void set_DataDrivenAdapter (DataDrivenAdapterBase value)
DebuggerStepThroughAttribute
public function get DataDrivenAdapter () : DataDrivenAdapterBase
DebuggerStepThroughAttribute
protected function set DataDrivenAdapter (value : DataDrivenAdapterBase)
Property Value
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
AutomationAdapter Class
AutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.