Microsoft Internet Security and Acceleration Server 2000

FPCPrimaryRoute.RouteType Property

Gets or sets the primary route type, either to the requested destination, to an upstream ISA Server or array, or to an alternate site.

VBScript Syntax[VBScript]

FPCPrimaryRoute.RouteType [ = RouteType ] 

C++ Syntax[C++]

HRESULT get_RouteType(
  FpcPrimaryRouteType *pRouteType
);

HRESULT put_RouteType(
  FpcPrimaryRouteType RouteType
);

Parameters

RouteType
Routing type. It can have a value from the FpcPrimaryRouteType enumerated type.

The property is read-write.

Applies To

FPCPrimaryRoute