DashboardTabDashboardObjects Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the DashboardObjects collection for this tab.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObjects DashboardObjects { get; set; }
Public Property DashboardObjects As DashboardObjects
Get
Set
public:
virtual property DashboardObjects^ DashboardObjects {
DashboardObjects^ get () sealed;
void set (DashboardObjects^ value) sealed;
}
function get_DashboardObjects();
function set_DashboardObjects(value);
Property Value
Type:
DashboardObjectsThe DashboardObjects collection for this tab.
Return Value
Type:
DashboardObjectsThe DashboardObjects collection for this tab.
Remarks See Also