Microsoft Internet Security and Acceleration Server 2000

FPCDestinationSets.Item Method

Retrieves the given FPCDestinationSet collection from the FPCDestinationSets collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCDestinationSets.Item( vIndex )

C++ Syntax[C++]

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

Parameters

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

Return Value

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

Applies To

FPCDestinationSets