ControlPanelObjectQuerys Property |
|
DataPA OpenAnalytics API Reference
Gets a collection of the DashboardQuery objects that this ControlPanelObject updates.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection Querys { get; set; }
Public Property Querys As Collection
Get
Set
public:
virtual property Collection^ Querys {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_Querys();
function set_Querys(value);
Property Value
Type:
CollectionA collection of the DashboardQuery object that this ControlPanelObject updates.
Return Value
Type:
CollectionA collection of the DashboardQuery object that this ControlPanelObject updates.
Remarks See Also