MapRoute.ViolatedRestrictions 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 a value that indicates if any restrictions have been violated by the route.
public:
property MapRouteRestrictions ViolatedRestrictions { MapRouteRestrictions get(); };
MapRouteRestrictions ViolatedRestrictions();
public MapRouteRestrictions ViolatedRestrictions { get; }
var mapRouteRestrictions = mapRoute.violatedRestrictions;
Public ReadOnly Property ViolatedRestrictions As MapRouteRestrictions
Property Value
The MapRouteRestrictions that have been violated by the route.