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; } |