RequestDataResponseObjectStoreDataEntries Property |
Version 118.6.80
objectStoreDataEntries
Namespace:
CefSharp.DevTools.IndexedDB
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<DataEntry> ObjectStoreDataEntries { get; }
public:
property IList<DataEntry^>^ ObjectStoreDataEntries {
IList<DataEntry^>^ get ();
}
Property Value
Type:
IListDataEntrySee Also