| DashboardQueryLastRefeshCancelled Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the last refresh was cancelled.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxpublic bool LastRefeshCancelled { get; }Public ReadOnly Property LastRefeshCancelled As Boolean
Get
public:
virtual property bool LastRefeshCancelled {
bool get () sealed;
}function get_LastRefeshCancelled();
Property Value
Type:
BooleanTrue if the last refresh was cancelled.
Return Value
Type:
BooleanTrue if the last refresh was cancelled.
Remarks
See Also