FPCDestination.SetDestinationAsIpRange
Method
Sets the host definition by stating a range of IP addresses.
VBScript Syntax[VBScript]
FPCDestination.SetDestinationAsIpRange( sIp_FromStr, sIp_ToStr, sPath )
C++ Syntax[C++]
HRESULT SetDestinationAsIpRange(
BSTR sIp_FromStr,
BSTR sIp_ToStr,
BSTR sPath
);
Parameters
- sIp_FromStr
- Required. String that specifies the lower-bound IP address in
x.y.z.t format.
- sIp_ToStr
- Required. String that specifies the upper-bound IP address in
x.y.z.t format.
- sPath
- Optional. String that specifies the path property of the
object.
Applies To
FPCDestination