Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
<ObsoleteAttribute("The CurrentFileProcessedPercentage property has been deprecated and will be removed. Use CurrentFileProgressPercentage property instead.",  _
	True)> _
Public ReadOnly Property CurrentFileProcessedPercentage As Integer
	Get
C#
[ObsoleteAttribute("The CurrentFileProcessedPercentage property has been deprecated and will be removed. Use CurrentFileProgressPercentage property instead.", 
	true)]
public int CurrentFileProcessedPercentage { get; }

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also