| ZipStorageStorage Property |
Gets the storage that provides the ZIP archive.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public Storage Storage { get; }
Public ReadOnly Property Storage As Storage
Get
public:
property Storage^ Storage {
Storage^ get ();
}
member Storage : Storage with get
Property Value
Type:
StorageThe storage that provides the ZIP archive.
See Also