Sdílet prostřednictvím


TrafficWeight.LatestRevision Property

Definition

Gets or sets indicates that the traffic weight belongs to a latest stable revision

[Newtonsoft.Json.JsonProperty(PropertyName="latestRevision")]
public bool? LatestRevision { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="latestRevision")>]
member this.LatestRevision : Nullable<bool> with get, set
Public Property LatestRevision As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to