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:
- In C++, returns an error code and a null object.
- In scripting languages and in Visual Basic, an error is raised
and can be intercepted by using an error handler.
Applies To
FPCClientAddressSet