Gets the type of the item.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property ItemType As ArchiveItemType
	Get
C#
public abstract ArchiveItemType ItemType { get; }

Return Value

Type of the item.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also