Share via


AlertProperties.ExtendedLinks Property

Definition

Gets links related to the alert

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to