DataPA Enterprise Dashboard Controls API Reference
Gets a collection that contains the key of each available data viewer in the dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Collection GetDataViewerKeys() |
Visual Basic |
---|
Public Function GetDataViewerKeys As Collection |
Visual C++ |
---|
public:
virtual Collection^ GetDataViewerKeys() sealed |
Return Value
Type:
CollectionA collection that contains the key of each available data viewer in the dashboard.
Remarks
See Also