IgnoredRows property

Checks whether any uploaded rows were ignored during the last synchronization.

Syntax
Visual Basic

Public Readonly Property IgnoredRows As Boolean
C#

public bool IgnoredRows  { get;}
Property value

True if any uploaded rows were ignored during the last synchronization, false if no rows were ignored.

See also