RouteDirectionParameters.AllowVignette Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET