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

Syntax

Visual Basic
<ObsoleteAttribute("The RestoreFileDates property has been deprecated and will be removed. Use RestoreDateTime instead.",  _
	True)> _
Public Property RestoreFileDates As Boolean
	Get
	Set
C#
[ObsoleteAttribute("The RestoreFileDates property has been deprecated and will be removed. Use RestoreDateTime instead.", 
	true)]
public bool RestoreFileDates { get; set; }

Version Information

.NET Compact Framework

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

See Also