WorkerRegistrationUpdatedEventArgsRegistrations Property  | 
Version 93.1.111 
            Registrations
            
 
    Namespace: 
   CefSharp.DevTools.ServiceWorker
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic IList<ServiceWorkerRegistration> Registrations { get; }public:
property IList<ServiceWorkerRegistration^>^ Registrations {
	IList<ServiceWorkerRegistration^>^ get ();
}Property Value
Type: 
IListServiceWorkerRegistration
See Also