MLUser
property for PowerScript controls
Applies to
MLSynchronization, MLSync, and SyncParm objects
Description
Specifies the user name passed to the MobiLink synchronization
server.
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 MLUser on the General tab
of the Properties view for an MLSync object. At runtime, application users
can enter a value for MLUser in the MLUser text box on the Subscriptions
tab page of the default synchronization options window generated by the
MobiLink wizard.
In scripts
You can set the MobiLink password in script as follows:
|
1 |
mySync_1.MLUser = "me" |