ApplyMetadataFailedEventArgs::Change Property

Gets the DataRow object that contains the data row where the error occurred.

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

public:
property DataRow^ Change {
	DataRow^ get ();
}

Property Value

Type: System.Data::DataRow
A DataRow object that contains the data row where the error occurred.
Show: