次の方法で共有


PeerRoute.Weight プロパティ

定義

ルートの重みを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="weight")]
public int? Weight { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="weight")>]
member this.Weight : Nullable<int>
Public ReadOnly Property Weight As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象