// Create an output category to filter the trace results to only include // features with the "Service Point" category assigned traceConfiguration.OutputCondition = new CategoryComparison(CategoryOperator.IsEqual, "Service Point");
Target Platforms: Windows 11, Windows 10, Windows 8.1