Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("The ActionOnLinks property has been deprecated and will be removed. Use MultiFileLinkMode property instead.", _ True)> _ Public Property ActionOnLinks As ArchiveLinkMode Get Set |
C# |
---|
[ObsoleteAttribute("The ActionOnLinks property has been deprecated and will be removed. Use MultiFileLinkMode property instead.", true)] public ArchiveLinkMode ActionOnLinks { get; set; } |