Share via


IFPCBackupRoute::BackupRouteType property

Applies to: desktop apps only

The BackupRouteType property gets or sets a value from the FpcBackupRouteType enumerated type that specifies whether there is a backup route and whether it is direct to the requested destination or includes an upstream proxy server.

This property is read/write.

Syntax

HRESULT put_BackupRouteType(
  FpcBackupRouteType RouteType
);

HRESULT get_BackupRouteType(
  FpcBackupRouteType *pRouteType
);
' Data type: FpcBackupRouteType

Property BackupRouteType( _
  ByVal RouteType As FpcBackupRouteType, _
  ByVal pRouteType As FpcBackupRouteType _
) As FpcBackupRouteType

Property value

Value from the FpcBackupRouteType enumerated type that specifies whether there is a backup route and whether it is direct to the requested destination or includes an upstream 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 fpcBackupRouteDirect, which indicates that the backup route is direct to the requested destination.

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

FPCBackupRoute

 

 

Build date: 7/12/2010