ZipFile Property
See Also 
Xceed.Zip Assembly > Xceed.Zip Namespace > ZipException Class : ZipFile Property


Gets or sets an Xceed.FileSystem.AbstractFile object representing the zip file in which the current exception occurred.

Syntax

Visual Basic (Declaration) 
Public Property ZipFile As AbstractFile
Visual Basic (Usage)Copy Code
Dim instance As ZipException
Dim value As AbstractFile
 
instance.ZipFile = value
 
value = instance.ZipFile
C# 
public AbstractFile ZipFile {get; set;}

Property Value

An AbstractFile object representing the zip file in which the exception occurred. Can be a null reference (Nothing in Visual Basic).

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also