| IStorageProviderStorage Property |
Gets the storage.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax IStorage Storage { get; }
ReadOnly Property Storage As IStorage
Get
property IStorage^ Storage {
IStorage^ get ();
}
abstract Storage : IStorage with get
Property Value
Type:
IStorageThe storage.
See Also