Click or drag to resize
DashboardTabsItem Property (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a DashboardTab in this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardTab this[
	string ID
] { get; set; }

Parameters

ID
Type: SystemString
The ID of the DashboardTab to update or retrieve.

Property Value

Type: DashboardTab
The DashboardTab to update.

Return Value

Type: DashboardTab
The DashboardTab.
Remarks