StatusEventArgs.PercentCompleted Property

Definition

The estimated amount of the overall synchronization that has completed.

public:
 property System::Byte PercentCompleted { System::Byte get(); };
public byte PercentCompleted { get; }
member this.PercentCompleted : byte
Public ReadOnly Property PercentCompleted As Byte

Property Value

A Byte value that indicates estimated amount of the overall synchronization that has completed from 0 (starting) to 100 (complete).

Implements

Remarks

The PercentCompleted property is read-only.

Applies to