Microsoft Internet Security and Acceleration Server 2000

FPCApplicationFilter.Enabled Property

Gets or sets whether the application filter is enabled.

VBScript Syntax[VBScript]

FPCApplicationFilter.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 application filter is enabled.

The property is read-write.

Note  When you've changed a setting by using the Enabled property, and save the change by using the Save method, the Firewall service must be restarted for your change to take effect. To stop and restart the Firewall service, use the FPCArray.SendRestartNotification method.

Applies To

FPCApplicationFilter