MapRouteDrivingOptions.RouteRestrictions 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.
Gets or sets the restriction applied to the route(s).
public:
property MapRouteRestrictions RouteRestrictions { MapRouteRestrictions get(); void set(MapRouteRestrictions value); };
MapRouteRestrictions RouteRestrictions();
void RouteRestrictions(MapRouteRestrictions value);
public MapRouteRestrictions RouteRestrictions { get; set; }
var mapRouteRestrictions = mapRouteDrivingOptions.routeRestrictions;
mapRouteDrivingOptions.routeRestrictions = mapRouteRestrictions;
Public Property RouteRestrictions As MapRouteRestrictions
Property Value
The MapRouteRestriction applied to the route(s).