GetSharedStorageEntriesResponseEntries Property |
Version 112.3.0
entries
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntaxpublic IList<SharedStorageEntry> Entries { get; }
public:
property IList<SharedStorageEntry^>^ Entries {
IList<SharedStorageEntry^>^ get ();
}
Property Value
Type:
IListSharedStorageEntry
See Also