Microsoft Internet Security and Acceleration Server 2000

FPCArrayPolicyConfigs.Item Method

Returns an FPCArrayPolicyConfig object from the collection. The object is specified by the required integer parameter.

VBScript Syntax[VBScript]

[ vItem = ] FPCArrayPolicyConfigs.Item( vIndex )

C++ Syntax[C++]

HRESULT Item(
  VARIANT vIndex,
  IFPCArrayPolicyConfig **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 FPCArrayPolicyConfig; otherwise:

Applies To

FPCArrayPolicyConfigs