QueryErrorMessage Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a string that will contain any error recorded at the time this query was last run
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ErrorMessage { get; set; }
Public Property ErrorMessage As String
Get
Set
public:
virtual property String^ ErrorMessage {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ErrorMessage();
function set_ErrorMessage(value);
Return Value
Type:
StringA string that will contain any error recorded at the time this query was last run
Remarks See Also