DatabaseWithObjectStoresObjectStores Property  | 
Version 87.1.132 
            Object stores in this database.
            
 
    Namespace: 
   CefSharp.DevTools.IndexedDB
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic IList<ObjectStore> ObjectStores { get; set; }public:
property IList<ObjectStore^>^ ObjectStores {
	IList<ObjectStore^>^ get ();
	void set (IList<ObjectStore^>^ value);
}Property Value
Type: 
IListObjectStore
See Also