Share via


DetectorInfo.AnalysisType Property

Definition

Gets analysis Types for which this detector should apply to.

[Newtonsoft.Json.JsonProperty(PropertyName="analysisType")]
public System.Collections.Generic.IList<string> AnalysisType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="analysisType")>]
member this.AnalysisType : System.Collections.Generic.IList<string>
Public ReadOnly Property AnalysisType As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to