ObjectStoreIndexes Property |
Version 130.1.90
Indexes in this object store.
Namespace: CefSharp.DevTools.IndexedDBAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<ObjectStoreIndex> Indexes { get; set; }
public:
property IList<ObjectStoreIndex^>^ Indexes {
IList<ObjectStoreIndex^>^ get ();
void set (IList<ObjectStoreIndex^>^ value);
}
Property Value
IListObjectStoreIndexSee Also