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