| InstallabilityErrorErrorArguments Property  | 
Version 90.6.50 
            The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic IList<InstallabilityErrorArgument> ErrorArguments { get; set; }public:
property IList<InstallabilityErrorArgument^>^ ErrorArguments {
	IList<InstallabilityErrorArgument^>^ get ();
	void set (IList<InstallabilityErrorArgument^>^ value);
}Property Value
Type: 
IListInstallabilityErrorArgument See Also
See Also