Gets the name of the archive item.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.3844.0
Syntax
| C# |
|---|
public abstract string Name { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property Name As String |
| Visual C++ |
|---|
public:
virtual property String^ Name {
String^ get () abstract;
} |
See Also