DashboardTabsItem Property (Int32) |
|
DataPA OpenAnalytics API Reference
Gets and sets a DashboardTab in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardTab this[
int Index
] { get; set; }
Public Property Item (
Index As Integer
) As DashboardTab
Get
Set
public:
virtual property DashboardTab^ Item[int Index] {
DashboardTab^ get (int Index) sealed;
void set (int Index, DashboardTab^ value) sealed;
}
function get_Item(Index);
function set_Item(value);
Parameters
- Index
- Type: SystemInt32
The index of the DashboardTab to update or retrieve.
Property Value
Type:
DashboardTabThe DashboardTab to update.
Return Value
Type:
DashboardTabThe DashboardTab.
Remarks See Also