Applies to
MLSynchronization and MLSync objects
Description
Specifies the Windows registry key on the client computer where synchronization property values are stored.
Usage
At design time, you can enter a value for SyncRegistryKey on the Settings tab of the Properties view for an MLSync object.
In scripts
You can enter a synchronization registry key in script as follows:
mySync_1.syncregistrykey = & "Software\Sybase\PowerBuilder\19.0\myApp"
PowerBuilder prepends an "HKEY_CURRENT_USER\" prefix to the value you enter, and a "MobiLink" suffix.