This documentation is archived and is not being maintained.
DbSyncTableProgress::RowIndex Property
Gets or sets the index of the DataRow object that is currently being processed in the DataTable object that contains the changes to be synchronized.
Namespace:
Microsoft.Synchronization.Data
Assembly:
Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public:
property int RowIndex {
int get ();
void set (int value);
}