InstallabilityErrorErrorArguments Property |
Version 130.1.90
The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<InstallabilityErrorArgument> ErrorArguments { get; set; }
public:
property IList<InstallabilityErrorArgument^>^ ErrorArguments {
IList<InstallabilityErrorArgument^>^ get ();
void set (IList<InstallabilityErrorArgument^>^ value);
}
Property Value
IListInstallabilityErrorArgumentSee Also