TargetInfoAttached Property |
Version 113.3.50
Whether the target has an attached client.
Namespace:
CefSharp.DevTools.Target
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax public bool Attached { get; set; }
public:
property bool Attached {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also