Microsoft Internet Security and Acceleration Server 2004 SDK

ObjectSizeLimitUnits Property of IFPCCacheRule[C++]

FPCCacheRule.ObjectSizeLimitUnits [Visual Basic]

[C++]

The ObjectSizeLimitUnits property gets a value from the FpcSizeUnits enumerated type that specifies the units in which the ObjectSizeLimit property is expressed.

HRESULT get_ObjectSizeLimitUnits(
  FpcSizeUnits* pSizeUnits
);

Parameters

pSizeUnits
Pointer to a variable that on return receives a value from the FpcSizeUnits enumeration specifying the units in which the ObjectSizeLimit property is expressed.

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 by calling the SetSizeBound method.

[Visual Basic]

The ObjectSizeLimitUnits property gets a value from the FpcSizeUnits enumerated type that specifies the units in which the ObjectSizeLimit property is expressed.

Property ObjectSizeLimitUnits As FpcSizeUnits

Property Value

A value from the FpcSizeUnits enumeration that specifies the units in which the ObjectSizeLimit property is expressed.

Remarks

This property is read-only. It can be set by calling 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