Microsoft Internet Security and Acceleration Server 2000

FPCClientBackupRoute.Enabled Property

Gets or sets whether the option of backup route in the Web proxy client is enabled or disabled.

VBScript Syntax[VBScript]

FPCClientBackupRoute.Enabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_Enabled( 
  VARIANT_BOOL *pbEnabled
);

HRESULT put_Enabled( 
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether the option of backup route in the Web proxy client is enabled.

The property is read-write.

Applies To

FPCClientBackupRoute