DataPA Enterprise Dashboard Controls API Reference
Gets the DashboardQuery object that represents the current refreshing query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardQuery RefreshingQuery { get; } |
Visual Basic |
---|
Public ReadOnly Property RefreshingQuery As DashboardQuery
Get |
Visual C++ |
---|
public:
virtual property DashboardQuery^ RefreshingQuery {
DashboardQuery^ get () sealed;
} |
Return Value
Type:
DashboardQueryThe DashboardQuery object that represents the current refreshing query (or Nothing if no query is refreshing)
Remarks
See Also