Share via


AlertProperties.Techniques Property

Definition

Gets kill chain related techniques behind the alert.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to