ZipCrackerFile Property
Gets a ZipFile instance that represents the current .zip archive.
Namespace: DevCase.ThirdParty.DotNetZipAssembly: DevCase.net48.ThirdParty.DotNetZip (in DevCase.net48.ThirdParty.DotNetZip.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ZipFile File { get; }
Public ReadOnly Property File As ZipFile
Get
Dim instance As ZipCracker
Dim value As ZipFile
value = instance.File
public:
property ZipFile^ File {
ZipFile^ get ();
}
member File : ZipFile with get
No code example is currently available or this language may not be supported.
Property Value
ZipFile
A
ZipFile instance that represents the current .zip archive.