RoutingPolicy.Destinations Property

Definition

Gets or sets list of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to