The ConnectionManager property enables the Replication object to use the smart device's Connection Manager API to establish a network connection. The connection is released at the end of synchronization.

The ConnectionManager property is applicable only to Microsoft Windows CE and Windows Mobile applications.

object.ConnectionManager [= value]
  • value
    Set to true to use the Connection Manager settings. The default value is false.

Data Type

Variant_bool

Prototype

HRESULT get_ConnectionManager(VARIANT_BOOL *pVal);

If the ConnectionManager property is set to true, Connection Manager will always be used to establish a connection before synchronization. If proxy settings are required, the Connection Manager's proxy settings will be used unless any one of the proxy properties of the Replication object are set. If the InternetProxyServer, InternetProxyLogin, or InternetProxyPassword property is set, the Replication object will not use the Connection Manager proxy settings.

Reference

Replication Object Properties