Microsoft Internet Security and Acceleration Server 2000

FPCCacheConfiguration.SizeLimitEnable Property

Gets or sets whether the size limit specified by the ObjectSizeLimit property is enabled or disabled.

VBScript Syntax[VBScript]

FPCCacheConfiguration.SizeLimitEnable [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_SizeLimitEnable(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_SizeLimitEnable(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether the size limit is enabled.

The property is read-write.

Applies To

FPCCacheConfiguration