Microsoft Internet Security and Acceleration Server 2000

FPCPrimaryRoute.AutomaticPollConfig Property

Gets whether polling of the upstream proxy or array for membership information is enabled .

VBScript Syntax[VBScript]

FPCPrimaryRoute.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

FPCPrimaryRoute