CopyingFileEventArgs.PercentCopied Property
Gets the progress of the copy operation. The value is returned as a percentage.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property PercentCopied As Integer
Get
'Usage
Dim instance As CopyingFileEventArgs
Dim value As Integer
value = instance.PercentCopied
public int PercentCopied { get; }
public:
property int PercentCopied {
int get ();
}
member PercentCopied : int
function get PercentCopied () : int
Property Value
Type: System.Int32
The progress of the copy operation. The value is returned as a percentage.