DataPA Enterprise Dashboard Controls API Reference
Gets a collection of queries that should be refreshed when the value of this query parameter is changed.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Collection RefreshQueriesOnChange { get; }
Visual Basic
Public ReadOnly Property RefreshQueriesOnChange As Collection
	Get
Visual C++
public:
virtual property Collection^ RefreshQueriesOnChange {
	Collection^ get () sealed;
}

Return Value

Type: Collection
A collection of queries that should be refreshed when the value of this query parameter is changed.

Remarks