Share via


ConnectivityHop.PreviousHopIds Property

Definition

Gets list of previous hop identifiers.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to