AutomationAdapter.DataDrivenAdapter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the DDA associated with the application
public: property Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::DataDrivenAdapterBase ^ DataDrivenAdapter { public:
Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::DataDrivenAdapterBase ^ get(); protected:
void set(Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::DataDrivenAdapterBase ^ value); };
public Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase DataDrivenAdapter { get; protected set; }
member this.DataDrivenAdapter : Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase with get, set
Public Property DataDrivenAdapter As DataDrivenAdapterBase