GetAppManifestResponseErrors Property |
Version 112.3.0
errors
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public IList<AppManifestError> Errors { get; }
public:
property IList<AppManifestError^>^ Errors {
IList<AppManifestError^>^ get ();
}
Property Value
Type:
IListAppManifestErrorSee Also