HostedApplicationAdapter.DdaApplicationObject 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 application object data-driven adapters used to manipulate the application.
public:
property System::Object ^ DdaApplicationObject { System::Object ^ get(); void set(System::Object ^ value); };
public object DdaApplicationObject { get; set; }
member this.DdaApplicationObject : obj with get, set
Public Property DdaApplicationObject As Object
Property Value
The application object data-driven adapters used to manipulate the application.