IFPCCacheRule::ObjectSizeLimitUnits property
Applies to: desktop apps only
The ObjectSizeLimitUnits property gets a value from the FpcSizeUnits enumerated type that specifies the units in which the ObjectSizeLimit property is expressed.
This property is read-only.
Syntax
HRESULT get_ObjectSizeLimitUnits(
FpcSizeUnits *pSizeUnits
);
' Data type: FpcSizeUnits
Property ObjectSizeLimitUnits( _
ByVal pSizeUnits As FpcSizeUnits _
) As FpcSizeUnits
Property value
A value from the FpcSizeUnits enumeration that specifies the units in which the ObjectSizeLimit property is expressed.
Error codes
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. Its default value is fpcKB, which indicates that the ObjectSizeLimit property is specified in kilobytes.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010