Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthPriorities.Item Method

Gets the given FPCBandwidthPriority object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCBandwidthPriorities.Item( vIndex )

C++ Syntax[C++]

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

Applies To

FPCBandwidthPriorities