DashboardObjectsItem Property (String) |
|
DataPA OpenAnalytics API Reference
Gets and sets a DashboardObject in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObject this[
string ID
] { get; set; }
Public Property Item (
ID As String
) As DashboardObject
Get
Set
public:
virtual property DashboardObject^ Item[String^ ID] {
DashboardObject^ get (String^ ID) sealed;
void set (String^ ID, DashboardObject^ value) sealed;
}
function get_Item(ID);
function set_Item(value);
Parameters
- ID
- Type: SystemString
The ID of the DashboardObject
Property Value
Type:
DashboardObjectThe DashboardObject you wish to place in the collection.
Return Value
Type:
DashboardObjectThe DashboardObject you wish to retrieve from the collection.
Remarks See Also