DataPA Enterprise Dashboard Controls API Reference
Gets a property that contains the error message resulting from the refresh of the query if an error occured.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string ErrorMessage { get; }
Visual Basic
Public ReadOnly Property ErrorMessage As String
	Get
Visual C++
public:
virtual property String^ ErrorMessage {
	String^ get () sealed;
}

Property Value

Type: String
A proeprty that contains the error message resulting from the refresh of the query if an error occured.

Return Value

Type: String
A proeprty that contains the error message resulting from the refresh of the query if an error occured.

Remarks