Microsoft Internet Security and Acceleration Server 2000

FPCEventDefinition.IsISAEvent Property

Gets whether the event is installed by ISA.

Note  The events installed by ISA cannot be deleted.

VBScript Syntax[VBScript]

[ bISAEvent = ]FPCEventDefinition.IsISAEvent

C++ Syntax[C++]

HRESULT get_IsISAEvent(
  VARIANT_BOOL *pbISAEvent
);

Parameters

bISAEvent
A Boolean value that specifies whether an event is installed by ISA.

The property is read-only.

Applies To

FPCEventDefinition