DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
A list of queries that failed to serialize the data during the last serialzation process.
A list of queries that failed to serialize the data during the last serialzation process.
Gets a list of queries that failed to serialize the data during the last serialzation process.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public List<DashboardQuery> SaveDataFailedQueries { get; } |
Visual Basic |
---|
Public ReadOnly Property SaveDataFailedQueries As List(Of DashboardQuery) Get |
Visual C++ |
---|
public: virtual property List<DashboardQuery^>^ SaveDataFailedQueries { List<DashboardQuery^>^ get () sealed; } |
Property Value
Type: List<(Of <(<'DashboardQuery>)>)>A list of queries that failed to serialize the data during the last serialzation process.
Return Value
Type: List<(Of <(<'DashboardQuery>)>)>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.