Applies to
MLSynchronization and MLSync objects
Description
Specifies the MobiLink server version. You can use 9, 10, 11, 12, 16, or 17 as the server version.
Usage
This is a required property of the synchronization object. If the property value has not been set before a synchronize call, the synchronization fails and an error string is saved to the synchronization object's ErrorText property.
At design time, you can enter a value for MLServerVersion on the General tab of the Properties view for an MLSync object.
In scripts
You can set the MobiLink server version in script as follows:
mySync_1.MLServerVersion = 17