| AbstractCefSettingsProductVersion Property  | 
Version 67.0.0 
Value that will be inserted as the product portion of the default
User-Agent string. If empty the Chromium product version will be used. If
|userAgent| is specified this value will be ignored. Also configurable
using the "product-version" command-line switch.
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 67.0.0.0
 Syntax
Syntaxpublic string ProductVersion { get; set; }public:
property String^ ProductVersion {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String See Also
See Also