QueryManifestLastRefeshCancelled 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)
Syntax public bool LastRefeshCancelled { get; set; }
Public Property LastRefeshCancelled As Boolean
Get
Set
public:
virtual property bool LastRefeshCancelled {
bool get () sealed;
void set (bool value) sealed;
}
function get_LastRefeshCancelled();
function set_LastRefeshCancelled(value);
Property Value
Type:
BooleanTrue if the last refresh was cancelled.
Return Value
Type:
BooleanTrue if the last refresh was cancelled.
Remarks See Also