IFPCClientBackupRoute::ClientBackupRouteType property
Applies to: desktop apps only
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.
This property is read/write.
Syntax
HRESULT put_ClientBackupRouteType(
FpcClientBackupRouteType FpcBackupRouteType
);
HRESULT get_ClientBackupRouteType(
FpcClientBackupRouteType *pFpcBackupRouteType
);
' Data type: FpcClientBackupRouteType
Property ClientBackupRouteType( _
ByVal FpcBackupRouteType As FpcClientBackupRouteType, _
ByVal pFpcBackupRouteType As FpcClientBackupRouteType _
) 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.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
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
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010