ControlPanelObjectLookupObject Property |
|
DataPA OpenAnalytics API Reference
Gets the RunLookup object that this ControlPanelObject uses to populate the drop down list.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public RunLookup LookupObject { get; }
Public ReadOnly Property LookupObject As RunLookup
Get
public:
virtual property RunLookup^ LookupObject {
RunLookup^ get () sealed;
}
function get_LookupObject();
Return Value
Type:
RunLookupThe RunLookup object that this ControlPanelObject uses to populate the drop down list.
Remarks If the ObjectType of this object is not ControlPanelObjectQueryParameter, or the QueryRequiredField property does not have a valid Lookup property, this property returns nothing.
See Also