Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member WorkEstimate : uint32 with get, set
function get WorkEstimate () : uint
function set WorkEstimate (value : uint)
Property Value
Type: System.UInt32
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
Microsoft.Synchronization Namespace