CefSettingsBaseUserAgentProduct Property  | 
Version 104.4.240 
            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 "user-agent-product" command-
            line switch.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 104.4.240.0
Syntaxpublic string UserAgentProduct { get; set; }public:
property String^ UserAgentProduct {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also