ItemChange::WorkEstimate Property

Gets or sets the work estimate for this change.

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

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

Property Value

Type: System::UInt32
The work estimate for this change.

The work estimate for a change is a portion of the BatchWorkEstimate for the change batch that contains the change.

The work estimate is only meaningful when the ItemChange object represents a change from the source provider.

Show: