DdaAutomationAdapter.DataDrivenAdapter Property
Gets or sets an associated DDA.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As DdaAutomationAdapter
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
Type:DataDrivenAdapterBase.
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
DdaAutomationAdapter Class
DdaAutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.