Class GetCategoriesCommandResponse
Response for Gets supported tracing categories.
public sealed class GetCategoriesCommandResponse : ICommandResponse<GetCategoriesCommandSettings>, ICommandResponse
- Inheritance
-
GetCategoriesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Categories
A list of supported tracing categories.
[JsonPropertyName("categories")]
public string[] Categories { get; set; }
Property Value
- string[]