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 put_ClientBackupRouteType( FpcClientBackupRouteType FpcBackupRouteType ); HRESULT get_ClientBackupRouteType( FpcClientBackupRouteType* 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.
Value from the FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a proxy server.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property ClientBackupRouteType As FpcClientBackupRouteType
Value from the FpcClientBackupRouteType enumerated type that specifies whether the backup route is direct to the Internet or includes a proxy server.
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.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.