Microsoft Internet Security and Acceleration Server 2004 SDK

BackupRouteType Property of IFPCBackupRoute[C++]

FPCBackupRoute.BackupRouteType [Visual Basic]

[C++]

The BackupRouteType property gets or sets a value from the FpcBackupRouteType enumerated type that specifies whether there is a backup route and whether it is direct to the Internet or includes an upstream proxy server.

HRESULT get_BackupRouteType(
  FpcBackupRouteType* pRouteType
);

HRESULT put_BackupRouteType(
  FpcBackupRouteType RouteType
);

Parameters

pRouteType
Pointer to a variable that on return receives a value from the FpcBackupRouteType enumerated type that specifies whether there is a backup route and whether it is direct to the Internet or includes an upstream proxy server.
RouteType
Value from the FpcBackupRouteType enumerated type that specifies whether there is a backup route and whether it is direct to the Internet or includes an upstream proxy server.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The BackupRouteType property gets or sets a value from the FpcBackupRouteType enumerated type that specifies whether there is a backup route and whether it is direct to the Internet or includes an upstream proxy server.

Property BackupRouteType As FpcBackupRouteType

Property Value

Value from the FpcBackupRouteType enumerated type that specifies whether there is a backup route and whether it is direct to the Internet or includes an upstream proxy server.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCBackupRoute