Microsoft Internet Security and Acceleration Server 2000

FPCClientAddressSet.Item Method

Retrieves the given object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCClientAddressSet.Item( vIP_FromOrIndex, vMask, )

C++ Syntax[C++]

HRESULT Item(
  VARIANT vIP_FromOrIndex, 
  VARIANT vMask, 
  IFPCIpRange **pvItem
);

Parameters

vIP_FromOrIndex
Required. One-based index, or lower-bound or single IP of the object to retrieve.
vMask
Optional. Higher-bound IP of the object to retrieve; needed if providing a lower-bound IP in vIP_FromOrIndex.

Return Values

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

Applies To

FPCClientAddressSet