HubRouteTable.PropagatingConnections Property

Definition

Gets list of all connections that advertise to this route table.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.propagatingConnections")]
public System.Collections.Generic.IList<string> PropagatingConnections { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.propagatingConnections")>]
member this.PropagatingConnections : System.Collections.Generic.IList<string>
Public ReadOnly Property PropagatingConnections As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to