Microsoft Internet Security and Acceleration Server 2000

FPCLog.Enabled Property

Gets or sets whether logging is enabled.

VBScript Syntax[VBScript]

FPCLog.Enabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_Enabled(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_Enabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether logging is enabled.

The property is read-write.

Applies To

FPCLog