BackForwardCacheNotRestoredExplanationTreeChildren Property  | 
Version 106.0.290 
            Array of children frame
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic IList<BackForwardCacheNotRestoredExplanationTree> Children { get; set; }public:
property IList<BackForwardCacheNotRestoredExplanationTree^>^ Children {
	IList<BackForwardCacheNotRestoredExplanationTree^>^ get ();
	void set (IList<BackForwardCacheNotRestoredExplanationTree^>^ value);
}Property Value
Type: 
IListBackForwardCacheNotRestoredExplanationTree
See Also