SyncTableCount property

Returns the number of tables being synchronized.

Syntax
Visual Basic
Public Readonly Property SyncTableCount As Integer
C#
public int SyncTableCount { get;}
Property value

The number of tables being synchronized. For each table there is a sending and receiving phase, so this number may be more than the number of tables being synchronized.

See also