Gets the type of the archive item.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.3844.0
Syntax
| C# |
|---|
public abstract ArchiveItemType ItemType { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property ItemType As ArchiveItemType |
| Visual C++ |
|---|
public: virtual property ArchiveItemType ItemType { ArchiveItemType get () abstract; } |