Microsoft Internet Security and Acceleration Server 2004 SDK

IntrusionDetectionLoggingEnabled Property of IFPCAttackDetection[C++]

FPCAttackDetection.IntrusionDetectionLoggingEnabled [Visual Basic]

[C++]

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

HRESULT get_IntrusionDetectionLoggingEnabled(
  VARIANT_BOOL* pfIntrusionDetectionLoggingEnabled
);

HRESULT put_IntrusionDetectionLoggingEnabled(
  VARIANT_BOOL fIntrusionDetectionLoggingEnabled
);

Parameters

pfIntrusionDetectionLoggingEnabled
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if intrusion detection logging is enabled, or to VARIANT_FALSE if intrusion detection logging is disabled.
fIntrusionDetectionLoggingEnabled
Boolean value that indicates whether intrusion detection logging 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 IntrusionDetectionLoggingEnabled property gets or sets a Boolean value that indicates whether intrusion detection logging is enabled.

Property IntrusionDetectionLoggingEnabled As Boolean

Property Value

Boolean value that indicates whether intrusion detection logging 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