Chili.Opf3 Send comments on this topic.
Storage Property
See Also 
Chili.Opf3 Namespace > ObjectContext Class : Storage Property




Returns the class that implements the IStorage interface.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Storage As IStorage
Visual Basic (Usage)Copy Code
Dim instance As ObjectContext
Dim value As IStorage
 
value = instance.Storage
C# 
public IStorage Storage {get;}
Managed Extensions for C++ 
public: __property IStorage* get_Storage();
C++/CLI 
public:
property IStorage^ Storage {
   IStorage^ get();
}

Return Value

The class that represents the physical storage.

Remarks

The class returned represents the physical storage that stores the objects on a device.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also