Microsoft Internet Security and Acceleration Server 2000

FPCWebPublishingRules.Item Method

Retrieves the given FPCWebPublishingRule object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCWebPublishingRules.Item( vIndex )

C++ Syntax[C++]

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

Applies To

FPCWebPublishingRules