Gets the name of the current ZipItem.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property Name As String
	Get
C#
public override string Name { get; }

Field Value

The name of the archive item.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also