RunLookupApplication Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the RunDataPA Application object used to populate the lookup.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Application Application { get; set; }
Public Property Application As Application
Get
Set
public:
virtual property Application^ Application {
Application^ get () sealed;
void set (Application^ value) sealed;
}
function get_Application();
function set_Application(value);
Property Value
Type:
ApplicationThe RunDataPA Application object used to populate the lookup.
Return Value
Type:
ApplicationThe RunDataPA Application object used to populate the lookup.
Remarks See Also