Microsoft Internet Security and Acceleration Server 2000

FPCTunnelPortRange.TunnelLowPort Property

Gets or sets the low end of the port range.

VBScript Syntax[VBScript]

FPCTunnelPortRange.TunnelLowPort [ = lLowPort ]

C++ Syntax[C++]

HRESULT get_TunnelLowPort( 
  long *plLowPort
);
 
HRESULT put_TunnelLowPort( 
  long lLowPort
);

Parameters

lLowPort
Long value that specifies the low end of the port range.

The property is read-write.

Applies To

FPCTunnelPortRange