Share via


ClientBackupRouteType Property of the IFPCClientBackupRoute Interface

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.

C++

HRESULT put_ClientBackupRouteType(
    FpcClientBackupRouteType FpcBackupRouteType
);
HRESULT get_ClientBackupRouteType(
    FpcClientBackupRouteType* pFpcBackupRouteType
);

Parameters

  • FpcBackupRouteType
    Value from the FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a proxy server.

  • 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.

Return Value

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

Visual Basic

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. Its default value is fpcClientBackupRouteDirectToInternet, which indicates that the backup route for Web browsers configured to use the default automatic configuration script is direct to the Internet and does not include an upstream proxy server.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCClientBackupRoute

Send comments about this topic to Microsoft

Build date: 6/30/2010