SyncParms property

UL Ext.: Specifies the synchronization settings for this connection.

Syntax
Visual Basic

Public Readonly Property SyncParms As ULSyncParms
C#

public ULSyncParms SyncParms  { get;}
Property value

A reference to the ULSyncParms object representing the parameters used for synchronization by this connection. Modifications to the parameters affect the next synchronization made over this connection.

See also