Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MapRouteFinderResult.Route 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 the route found by a MapRouteFinder query.

public:
 property MapRoute ^ Route { MapRoute ^ get(); };
MapRoute Route();
public MapRoute Route { get; }
var mapRoute = mapRouteFinderResult.route;
Public ReadOnly Property Route As MapRoute

Property Value

The route found by a MapRouteFinder query.

Applies to

See also


Feedback

Was this page helpful?