RouteOptions.RoutePathType Property

 

A RoutePathType Enumeration value specifying the type of route path to return. Optional. The default value is RoutePathType.None. Set this property before making a service request.

Syntax

public RoutePathType RoutePathType { set; get; }
Public Property RoutePathType As RoutePathType

Remarks

If the RoutePathType property is set to a value other than RoutePathType.None, a route path is returned in the RouteResult.RoutePath Property.