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

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 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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCClientBackupRoute


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.