GetAppManifestResponseErrors Property |
Version 130.1.90
errors
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic IList<AppManifestError> Errors { get; }
public:
property IList<AppManifestError^>^ Errors {
IList<AppManifestError^>^ get ();
}
Property Value
IListAppManifestError
See Also