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