Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZipArchive Class / BatchUpdateable Property


    BatchUpdateable Property (GZipArchive)
    Gets an implementation of Xceed.FileSystem.IBatchUpdateable. Overrides FileSystemItem.BatchUpdateable.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property BatchUpdateable As IBatchUpdateable
     
    'Usage
     
    Dim instance As GZipArchive
    Dim value As IBatchUpdateable
     
    value = instance.BatchUpdateable

    Property Value

    An implementation of Xceed.FileSystem.IBatchUpdateable that applies to GZippedFile and GZippedFolder instances.
    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