Click or drag to resize
ManagedDashboardSaveDataFailedQueries Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a list of queries that failed to serialize the data during the last serialzation process.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public List<DashboardQuery> SaveDataFailedQueries { get; }

Property Value

Type: ListDashboardQuery
A list of queries that failed to serialize the data during the last serialzation process.

Return Value

Type: ListDashboardQuery
A list of queries that failed to serialize the data during the last serialzation process.
Remarks
A list of queries that failed to serialize the data during the last serialzation process.
See Also