Microsoft Internet Security and Acceleration Server 2000

FPCWebProxy.LoadSize Property

Gets or sets the performance tuning of servers in your array, based on the expected number of users.

Note  This property is available only for an array in ISA Server Enterprise Edition. It is not available for a stand-alone server, or for ISA Server Standard Edition.

VBScript Syntax[VBScript]

FPCWebProxy.LoadSize [= FpcLoadSize ]

C++ Syntax[C++]

HRESULT get_LoadSize(
  FpcLoadSize *pFpcLoadSize
);
 
HRESULT put_LoadSize(
  FpcLoadSize FpcLoadSize
);

Parameters

FpcLoadSize
The load size, representing the expected number of users. Can have a value of fpcLoadSize_Small (less than 100 users per day), fpcLoadSize_Medium (less than 1000 users per day), or fpcLoadSize_Large (more than 1000 users per day) from the FpcLoadSize enumerated type.

The property is read-write.

Applies To

FPCWebProxy