Gets a value indicating whether the current ArchiveItem represents a deleted item.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.3844.0
Syntax
| C# |
|---|
public abstract bool IsDeleted { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property IsDeleted As Boolean |
| Visual C++ |
|---|
public: virtual property bool IsDeleted { bool get () abstract; } |