Share via


AlertProperties.SubTechniques Property

Definition

Gets kill chain related sub-techniques behind the alert.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to