Share via


VirtualHubRouteV2.Destinations Property

Definition

Gets or sets list of all destinations.

[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