Applies to
MLSynchronization and MLSync objects
Description
Specifies whether to log synchronization processing information.
Usage
At design time, you can select the Save to Log File check box on the Logging tab of the Properties view for an MLSync object. You must also supply a log file name or set the LogFileName property if you want to save synchronization information.
At runtime, application users can select or clear the Use Log File check box on the Settings tab page of the default synchronization options window generated by the MobiLink wizard.
In scripts
You can change the UseLogFile value in script as follows:
mySync_1.UseLogFile = true