ExecutionContextDescriptionUniqueId Property |
Version 89.0.170
A system-unique execution context identifier. Unlike the id, this is unique accross
multiple processes, so can be reliably used to identify specific context while backend
performs a cross-process navigation.
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax public string UniqueId { get; set; }
public:
property String^ UniqueId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also