Microsoft Internet Security and Acceleration Server 2004 SDK

ObjectSizeLimitEnabled Property of IFPCCacheRule[C++]

FPCCacheRule.ObjectSizeLimitEnabled [Visual Basic]

[C++]

The ObjectSizeLimitEnabled property gets a Boolean value that indicates whether the object size limit specified in the ObjectSizeLimit property is enabled.

HRESULT get_ObjectSizeLimitEnabled(
  VARIANT_BOOL* pfEnabled
);

Parameters

pfEnabled
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the object size limit is enabled, or to VARIANT_FALSE if the object size limit is disabled.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be set using the SetSizeBound method.

[Visual Basic]

The ObjectSizeLimitEnabled property gets a Boolean value that indicates whether the object size limit specified in the ObjectSizeLimit property is enabled.

Property ObjectSizeLimitEnabled As Boolean

Property Value

Boolean value that indicates whether the object size limit is enabled.

Remarks

This property is read-only. It can be set using the SetSizeBound method.

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

FPCCacheRule