Click or drag to resize
DashboardAPIParameterQueryParameters Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a collection of the query parameters that this filter object represents.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Collection QueryParameters { get; }

Property Value

Type: Collection
A collection of the query parameters that this filter object represents.

Return Value

Type: Collection
A collection of the query parameters that this filter object represents.

Implements

FilterParameterQueryParameters
DashboardAPIParameter_DashboardAPIParameterQueryParameters
Remarks
Will always return a blank collection. Required to implement FilterParameter interface
See Also