GetSharedStorageEntriesResponseEntries Property |
Version 109.1.110
entries
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public IList<SharedStorageEntry> Entries { get; }
public:
property IList<SharedStorageEntry^>^ Entries {
IList<SharedStorageEntry^>^ get ();
}
Property Value
Type:
IListSharedStorageEntrySee Also