FPCTunnelPortRanges.AddRange
Method
Creates a new FPCTunnelPortRange object in the
collection and returns a reference to it.
VBScript Syntax[VBScript]
[ oFPCTunnelPortRange = ] FPCTunnelPortRanges.AddRange( sName, lLowPort, lHighPort )
C++ Syntax[C++]
HRESULT AddRange (
BSTR sName,
long lLowPort,
long lHighPort,
IFPCTunnelPortRange **ppoFPCTunnelPortRange
);
Parameters
- sName
- Required. String that specifies the name of the new
FPCTunnelPortRange entry.
- lLowPort
- Required. Long value that specifies the low end of the port
range.
- lHighPort
- Required. Long value that specifies the high end of the port
range.
Return Values
- oFPCTunnelPortRange
- Reference to an FPCTunnelPortRange object.
Applies To
FPCTunnelPortRanges