ItemChange.WorkEstimate Property

Gets or sets the work estimate for this change.

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

Syntax

'Declaration
Public Property WorkEstimate As UInteger
'Usage
Dim instance As ItemChange
Dim value As UInteger

value = instance.WorkEstimate

instance.WorkEstimate = value
public uint WorkEstimate { get; set; }
public:
property unsigned int WorkEstimate {
    unsigned int get ();
    void set (unsigned int value);
}
/** @property */
public UInt32 get_WorkEstimate ()

/** @property */
public void set_WorkEstimate (UInt32 value)
public function get WorkEstimate () : uint

public function set WorkEstimate (value : uint)

Property Value

The work estimate for this change.

Remarks

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.

See Also

Reference

ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace

Concepts

Reporting Synchronization Progress