SyncStatistics::UploadChangesFailed Property

Gets or sets the number of changes uploaded from the client that could not be applied at the server.

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

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

Property Value

Type: System::Int32
The number of changes uploaded from the client that could not be applied at the server.

For an example that shows how to use the SyncStatistics object, see Getting Started: Client and Server Synchronization.

Show: