Microsoft Internet Security and Acceleration Server 2000

FPCBackupRoute.AutomaticPollConfig Property

Gets whether polling of the upstream proxy or array is enabled for membership information. With polling, the upstream server will supply array information.

VBScript Syntax[VBScript]

FPCBackupRoute.AutomaticPollConfig [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_AutomaticPollConfig(
  VARIANT_BOOL *pbEnabled
);

Parameters

bEnabled
A Boolean value that specifies whether proxy polling is enabled.

The property is read-only. It can be modified through the SetAutoPollConfig method.

Applies To

FPCBackupRoute