Xceed Real-Time Zip for .NET Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipReaderInvalidPasswordEventArgs Class / Abort Property


In This Topic
    Abort Property
    In This Topic
    Gets or sets a boolean value indicating whether the Zip read operation should be aborted.
    Syntax
    'Declaration
     
    Public Property Abort As Boolean
    'Usage
     
    Dim instance As ZipReaderInvalidPasswordEventArgs
    Dim value As Boolean
     
    instance.Abort = value
     
    value = instance.Abort
    public bool Abort {get; set;}

    Property Value

    A boolean value indicating whether the Zip read operation should be aborted.
    Remarks
    The entire Zip read process is aborted. That is, the current file being read is not simply skipped.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also