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