Share via


StaticRoutesConfig.PropagateStaticRoutes Property

Definition

Gets boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.

[Newtonsoft.Json.JsonProperty(PropertyName="propagateStaticRoutes")]
public bool? PropagateStaticRoutes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="propagateStaticRoutes")>]
member this.PropagateStaticRoutes : Nullable<bool>
Public ReadOnly Property PropagateStaticRoutes As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to