DeprecationIssueDetailsMessage Property |
Version 98.1.210
The content of the deprecation issue (this won't be translated),
e.g. "window.inefficientLegacyStorageMethod will be removed in M97,
around January 2022. Please use Web Storage or Indexed Database
instead. This standard was abandoned in January, 1970. See
https://www.chromestatus.com/feature/5684870116278272 for more details."
Namespace:
CefSharp.DevTools.Audits
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public string Message { get; set; }
public:
property String^ Message {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also