Note: This API is now obsolete.
                Gets the service that allows configuring plugins for the default profile.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax[ObsoleteAttribute("Use IEngine.Profiles.Default.Plugins instead.", 
	false)]
IPlugins Plugins { get; }Property Value
Type: 
IPluginsThe service that allows configuring plugins for the default profile.
See Also