Microsoft Internet Security and Acceleration Server 2000

FPCContentGroup.Item Method

Retrieves the given content type from the object.

VBScript Syntax[VBScript]

[ vItem = ] FPCContentGroup.Item( lIndex )

C++ Syntax[C++]

HRESULT Item(
  long lIndex, 
  VARIANT *pvItem
);

Parameters

lIndex
Required. Long value that contains the one-based index of the type to retrieve.

Return Value

vItem
If successful, returns the given content type from the object; otherwise:

Applies To

FPCContentGroup