Share via


EffectiveRouteMapRoute.Prefix Property

Definition

Gets or sets the address prefix of the route.

[Newtonsoft.Json.JsonProperty(PropertyName="prefix")]
public System.Collections.Generic.IList<string> Prefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="prefix")>]
member this.Prefix : System.Collections.Generic.IList<string> with get, set
Public Property Prefix As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to