CopyPercentDone Property
The progress of the copy operation.
Syntax
[VB.NET] Public ReadOnlyProperty CopyPercentDone As String
[C#] public string CopyPercentDone {get;}
Remarks
This property returns the percent done of the copy operation. This is populated after calling GetCopyInfo
This property is read-only and not available at design time.
Default Value
""