Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownload.Item Method

Retrieves the FPCScheduledContentDownloadConfig object from the collection, specified by the method's index parameter.

VBScript Syntax[VBScript]

[ vItem = ] FPCScheduledContentDownload.Item( vIndex )

C++ Syntax[C++]

HRESULT Item(
  VARIANT vIndex, 
  IFPCScheduledContentDownloadConfig **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 FPCScheduledContentDownloadConfig, otherwise:

Applies To

FPCScheduledContentDownload