DashboardAfterRefreshDataArgsCompletedOK Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates whether the query completed OK.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool CompletedOK { get; }
Public ReadOnly Property CompletedOK As Boolean
Get
public:
virtual property bool CompletedOK {
bool get () sealed;
}
function get_CompletedOK();
Property Value
Type:
BooleanA property that indicates whether the query completed OK.
Return Value
Type:
BooleanA property that indicates whether the query completed OK.
Remarks See Also