SyncGroupProgress::Changes Property

Gets the DataSet object that contains the changes that are to be synchronized.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property DataSet^ Changes {
	DataSet^ get ();
}

Property Value

Type: System.Data::DataSet
A DataSet object that contains the changes that are to be synchronized.
Show: