.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to ZipEntry Class Summary

ZipEntry::EntryID

The unique ID assigned by Zip.NET while the object is instantiated in memory.

  Declarations  
    [Visual Basic]
Public ReadOnly Property EntryID As Integer

[C#]
public int EntryID {get;}

[C++]
public: __property int get_EntryID();

[JScript]
public function get EntryID() : int;
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.