DeprecationIssueDetailsMessage Property |
Version 102.0.100
The content of an untranslated deprecation issue,
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: 102.0.100.0 (102.0.100.0)
Syntax public string Message { get; set; }
public:
property String^ Message {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also