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

Syntax

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

Version Information

.NET Compact Framework

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

See Also