Microsoft Internet Security and Acceleration Server 2004 SDK

ClientBackupRouteType Property of IFPCClientBackupRoute[C++]

FPCClientBackupRoute.ClientBackupRouteType [Visual Basic]

[C++]

The ClientBackupRouteType property gets or sets a value from the FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a proxy server.

HRESULT get_ClientBackupRouteType(
  FpcClientBackupRouteType* pFpcBackupRouteType
);

HRESULT put_ClientBackupRouteType(
  FpcClientBackupRouteType FpcBackupRouteType
);

Parameters

pFpcBackupRouteType
Pointer to a variable that on return receives the value from a FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a proxy server.
FpcBackupRouteType
Value from the FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a 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 ClientBackupRouteType property gets or sets a value from the FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a proxy server.

Property ClientBackupRouteType As FpcClientBackupRouteType

Property Value

Value from the FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a 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

FPCClientBackupRoute