Share via


Alert.CorrelationKey Property

Definition

Gets key for corelating related alerts. Alerts with the same correlation key considered to be related.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to