DashboardAfterRefreshDataArgsErrorMessage Property |
|
DataPA OpenAnalytics API Reference
Gets a property that contains the error message resulting from the refresh of the query if an error occured.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String
Get
public:
virtual property String^ ErrorMessage {
String^ get () sealed;
}
function get_ErrorMessage();
Property Value
Type:
StringA proeprty that contains the error message resulting from the refresh of the query if an error occured.
Return Value
Type:
StringA proeprty that contains the error message resulting from the refresh of the query if an error occured.
Remarks See Also