Share via


RouteDirectionParameters.AllowVignette Property

Definition

This is a list of 3-character, ISO 3166-1, alpha-3 country codes of countries/regions in which toll roads with vignettes are allowed, e.g. "AUS,CHE". Specifying allowVignette with some countries/regions X is equivalent to specifying avoidVignette with all countries/regions but X. Specifying allowVignette with an empty list is the same as avoiding all toll roads with vignettes. Note: It is an error to specify both avoidVignette and allowVignette.

public System.Collections.Generic.IList<string> AllowVignette { get; }
member this.AllowVignette : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowVignette As IList(Of String)

Property Value

Applies to