Microsoft Internet Security and Acceleration Server 2000

FPCCacheDrives.Item Method

Retrieves the given FPCCacheDrive object from the collection specified by the method's index parameter.

VBScript Syntax[VBScript]

[ vItem = ] FPCCacheDrives.Item( vIndex )

C++ Syntax[C++]

HRESULT Item(
  VARIANT vIndex, 
  IFPCCacheDrive **pvItem
);

Parameters

vIndex
Required. Name or one-based index of the object to retrieve.

Return Values

vItem
If successful, returns a reference to an object of type FPCCacheDrive; otherwise:

Applies To

FPCCacheDrives