次の方法で共有


ConnectivityHop.PreviousHopIds プロパティ

定義

前のホップ識別子の一覧を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象