Microsoft Internet Security and Acceleration Server 2000

FPCProtocolConnection.PortHigh Property

Gets a port number designating the high end of the range.

VBScript Syntax[VBScript]

[ lPort = ] FPCProtocolConnection.PortHigh

C++ Syntax[C++]

HRESULT get_PortHigh( 
  long *plPort
);

Parameters

lPort
Long value that specifies the high end of the portrange. It can be a value from 1 through 65535.

The property is read-only.

Remarks

This value can be equal to the PortLow property to indicate that there is only one port, not a range of ports.

Applies To

FPCProtocolConnection