ManagedDashboardControlPanelObjectFromID Property |
|
DataPA OpenAnalytics API Reference
Gets a ControlPanelObject from a given ID.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ControlPanelObject this[
string ID
] { get; }
Public ReadOnly Property ControlPanelObjectFromID (
ID As String
) As ControlPanelObject
Get
public:
virtual property ControlPanelObject^ ControlPanelObjectFromID[String^ ID] {
ControlPanelObject^ get (String^ ID) sealed;
}
function get_ControlPanelObjectFromID(ID);
Parameters
- ID
- Type: SystemString
The ID of the requested ControlPanelObject.
Property Value
Type:
ControlPanelObjectReturn Value
Type:
ControlPanelObjectA ControlPanelObject from a given ID.
Remarks If the ID does not match any ControlPanelObjects, returns nothing.
See Also