SyncTableProgress::RowIndex Property

Gets or sets the index of the DataRow 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);
}

Property Value

Type: System::Int32
The index of the DataRow that is currently being processed.
Show: