DetectorInfo.Category Property

Definition

Gets problem category. This serves for organizing group for detectors.

[Newtonsoft.Json.JsonProperty(PropertyName="category")]
public string Category { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="category")>]
member this.Category : string
Public ReadOnly Property Category As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to