DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The DashboardTab to update.
The DashboardTab.
Gets and sets a DashboardTab in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardTab this[ string ID ] { get; set; } |
Visual Basic |
---|
Public Property Item ( ID As String ) As DashboardTab Get Set |
Visual C++ |
---|
public: virtual property DashboardTab^ Item[String^ ID] { DashboardTab^ get (String^ ID) sealed; void set (String^ ID, DashboardTab^ value) sealed; } |
Parameters
- ID
- Type: System..::..String
The ID of the DashboardTab to update or retrieve.
Property Value
Type: DashboardTabThe DashboardTab to update.
Return Value
Type: DashboardTabThe DashboardTab.