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: DataPAEnterpriseDashboardAssembly: 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:
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