Microsoft Internet Security and Acceleration Server 2004 SDK

IntrusionDetectionEnabled Property of IFPCAttackDetection[C++]

FPCAttackDetection.IntrusionDetectionEnabled [Visual Basic]

[C++]

The IntrusionDetectionEnabled property gets or sets a Boolean value that indicates whether intrusion detection is enabled.

HRESULT get_IntrusionDetectionEnabled(
  VARIANT_BOOL* pfIntrusionDetectionEnabled
);

HRESULT put_IntrusionDetectionEnabled(
  VARIANT_BOOL fIntrusionDetectionEnabled
);

Parameters

pfIntrusionDetectionEnabled
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if intrusion detection is enabled or to VARIANT_FALSE if intrusion detection is disabled.
fIntrusionDetectionEnabled
Boolean value that indicates whether intrusion detection is enabled.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

ISA Server features intrusion detection, which identifies when an attack is attempted against your network, and then performs a set of configured actions, or alerts, in case of an attack.

[Visual Basic]

The IntrusionDetectionEnabled property gets or sets a Boolean value that indicates whether intrusion detection is enabled.

Property IntrusionDetectionEnabled As Boolean

Property Value

Boolean value that indicates whether intrusion detection is enabled.

Remarks

This property is read/write.

ISA Server features intrusion detection, which identifies when an attack is attempted against your network, and then performs a set of configured actions, or alerts, in case of an attack.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAttackDetection