DashboardQueryRefreshing Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether the current query is refreshing.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Refreshing { get; }
Public ReadOnly Property Refreshing As Boolean
Get
public:
virtual property bool Refreshing {
bool get () sealed;
}
function get_Refreshing();
Property Value
Type:
BooleanA value that indicates whether the current query is refreshing.
Return Value
Type:
BooleanA value that indicates whether the current query is refreshing.
Remarks See Also