Click or drag to resize
ControlPanelObjectDefaultQueryParameter Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the query parameter that this control panel object represents.

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

Property Value

Type: QueryParameter
The default query parameter that this control panel object represents.

Return Value

Type: QueryParameter
The default query parameter that this control panel object represents.
Remarks
This object should only be used to determine common properties of the QueryParameters collection, such as lookup, mandatory or datatype.
See Also