ControlPanelObjectQueryParameters Property |
|
DataPA OpenAnalytics API Reference
Gets a collection of the query parameters that this control panel object represents.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection QueryParameters { get; }
Public ReadOnly Property QueryParameters As Collection
Get
public:
virtual property Collection^ QueryParameters {
Collection^ get () sealed;
}
function get_QueryParameters();
Property Value
Type:
CollectionA collection of the query parameters that this control panel object represents.
Return Value
Type:
CollectionA collection of the query parameters that this control panel object represents.
Implements
FilterParameterQueryParametersRemarks See Also