RouteRequest.RouteType Field
Specifies the route type.
Syntax
[Visual Basic .NET]
Public Field RouteType As RouteType
[C#]
public RouteType RouteType;
[JScript]
public var RouteType : RouteType;
Remarks
The value of this field determines the use of the EndpointId field.
This field takes one of the RouteType enumeration values.
See Also