Share via


PeerRoute.Weight Property

Definition

Gets the route's 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to