InstallabilityErrorErrorArguments Property |
Version 96.0.142
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: 96.0.142.0 (96.0.142.0)
Syntax public IList<InstallabilityErrorArgument> ErrorArguments { get; set; }
public:
property IList<InstallabilityErrorArgument^>^ ErrorArguments {
IList<InstallabilityErrorArgument^>^ get ();
void set (IList<InstallabilityErrorArgument^>^ value);
}
Property Value
Type:
IListInstallabilityErrorArgumentSee Also