StatusEventArgs.PercentCompleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.