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