BackForwardCacheNotRestoredExplanationTreeChildren Property  | 
Version 108.4.130 
            Array of children frame
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.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