RouteRequest.RouteType Field

banner art

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

© 2007 Microsoft Corporation. All rights reserved.