FPCDestinationSet.Item
Method
Gets the given FPCDestination object from the
collection.
VBScript Syntax[VBScript]
[ vItem = ] FPCDestinationSet.Item( vDom, sIp_To, sPath )
C++ Syntax[C++]
HRESULT Item(
VARIANT vDom,
BSTR sIp_To,
BSTR sPath,
IFPCDestination **pvItem
);
Parameters
- vDom
- Required. The domain name or lower-bound IP address of the
object.
- sIp_To
- Optional. String that specifies the higher-bound IP of the
object to retrieve; needed if providing a lower-bound IP in
vDom.
- sPath
- Optional. String value that specifies the path of the
destination. A path must start with a slash mark (/). For example,
/Images/*
Return Value
- vItem
- If successful, returns a reference to an object of type
FPCDestination; 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
FPCDestinationSet