SyncSessionStatistics::ChangesFailed Property

Gets or sets the total number of changes that were not applied during a session.

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

public:
property unsigned int ChangesFailed {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

Type: System::UInt32
The total number of changes that were not applied during a session.

This value is the sum of item changes plus change unit changes.

Show: