MLServerVersion

Applies to

MLSynchronization and MLSynch objects

Description

Specifies the MobiLink server version. You can use 8, 9, or 10 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 = 10