Share via


Route.HasBgpOverride Property

Definition

Gets or sets a value indicating whether this route overrides overlapping BGP routes regardless of LPM.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to