| SetPreferenceResponse Constructor  | 
Version 118.6.80 
            Initializes a new instance of the SetPreferenceResponse class.
            
 
    Namespace: 
   CefSharp.Preferences
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic SetPreferenceResponse(
	bool success,
	string errorMessage
)
public:
SetPreferenceResponse(
	bool success, 
	String^ errorMessage
)
Parameters
- success
- Type: SystemBoolean
 success
- errorMessage
- Type: SystemString
 error message
 See Also
See Also