| VfsMountInfoStorage Property |
Gets the storage that is mounted into the virtual file system.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public IStorage Storage { get; }
Public ReadOnly Property Storage As IStorage
Get
public:
property IStorage^ Storage {
IStorage^ get ();
}
member Storage : IStorage with get
Property Value
Type:
IStorageThe storage that is mounted into the virtual file system.
Exceptions See Also