DashboardObjectControlPanelObjects Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the ControlPanelObjects collection associated with this Dashboard Object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ControlPanelObjects ControlPanelObjects { get; set; }
Public Property ControlPanelObjects As ControlPanelObjects
Get
Set
public:
virtual property ControlPanelObjects^ ControlPanelObjects {
ControlPanelObjects^ get () sealed;
void set (ControlPanelObjects^ value) sealed;
}
function get_ControlPanelObjects();
function set_ControlPanelObjects(value);
Property Value
Type:
ControlPanelObjectsThe ControlPanelObjects collection associated with this Dashboard Object.
Return Value
Type:
ControlPanelObjectsThe ControlPanelObjects collection associated with this Dashboard Object.
Remarks See Also