Microsoft Internet Security and Acceleration Server 2000

FPCDeniedMethods.Item Method

Gets the given FPCDeniedMethod object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCDeniedMethods.Item( vIndex )

C++ Syntax[C++]

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

Parameters

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

Return Values

vItem
If successful, gets a reference to an object of type FPCDeniedMethod; otherwise:

Applies To

FPCDeniedMethods