Version 108.4.130 
            Object representing the scope. For `global` and `with` scopes it represents the actual
            object; for the rest of the scopes, it is artificial transient object enumerating scope
            variables as its properties.
            
 
    Namespace: 
   CefSharp.DevTools.Debugger
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic RemoteObject Object { get; set; }public:
property RemoteObject^ Object {
	RemoteObject^ get ();
	void set (RemoteObject^ value);
}Property Value
Type: 
RemoteObject
See Also