PushQueryResultstoinmydataCompleteEventArgsErrorMessage Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates why the push operation did not complete.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ErrorMessage { get; set; }
Public Property ErrorMessage As String
Get
Set
public:
property String^ ErrorMessage {
String^ get ();
void set (String^ value);
}
function get_ErrorMessage();
function set_ErrorMessage(value);
Property Value
Type:
StringThe message that indicates why the push operation did not complete
Return Value
Type:
StringThe message that indicates why the push operation did not complete
Remarks See Also