GetInstallabilityErrorsResponseInstallabilityErrors Property |
Version 118.6.80
installabilityErrors
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<InstallabilityError> InstallabilityErrors { get; }
public:
property IList<InstallabilityError^>^ InstallabilityErrors {
IList<InstallabilityError^>^ get ();
}
Property Value
Type:
IListInstallabilityErrorSee Also