TraceConfigExcludedCategories Property  | 
Version 93.1.111 
            Excluded category filters.
            
 
    Namespace: 
   CefSharp.DevTools.Tracing
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic string[] ExcludedCategories { get; set; }public:
property array<String^>^ ExcludedCategories {
	array<String^>^ get ();
	void set (array<String^>^ value);
}Property Value
Type: 
String
See Also