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