Microsoft Internet Security and Acceleration Server 2000

FPCTunnelPortRange.TunnelHighPort Property

Gets or sets the high end of the port range.

VBScript Syntax[VBScript]

FPCTunnelPortRange.TunnelHighPort [ = lHighPort ]

C++ Syntax[C++]

HRESULT get_TunnelHighPort(
  long *plHighPort
);
 
HRESULT put_TunnelHighPort(
  long lHighPort
);

Parameters

lHighPort
Long value that specifies the high end of the port range.

The property is read-write.

Applies To

FPCTunnelPortRange