Applies to
MLSynchronization, MLSync objects
Description
Write-only property used to store error and diagnostic messages generated when a synchronization function is called incorrectly.
Usage
The ErrorText value is returned to the synchronization object from the MobiLink Server.
In scripts
In the Clicked event of a command button, you can cause the ErrorText value to display in the multiline edit box of a status window as follows:
parent.mle_error.text = mlsync.errortext