PSEffectiveRoute.AddressPrefix Property

Definition

[Newtonsoft.Json.JsonProperty(Order=1)]
public System.Collections.Generic.List<string> AddressPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(Order=1)>]
member this.AddressPrefix : System.Collections.Generic.List<string> with get, set
Public Property AddressPrefix As List(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to