TraceConfigIncludedCategories Property  | 
Version 108.4.130 
            Included category filters.
            
 
    Namespace: 
   CefSharp.DevTools.Tracing
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic string[] IncludedCategories { get; set; }public:
property array<String^>^ IncludedCategories {
	array<String^>^ get ();
	void set (array<String^>^ value);
}Property Value
Type: 
String
See Also