Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.LocalPortType Property

Gets or sets the type of local port. This port can be allowed or blocked by the filter according to the kind of filter (allowing or blocking).

VBScript Syntax[VBScript]

FPCIpPacketFilter.LocalPortType [ = PFLocalPortType ]

C++ Syntax[C++]

HRESULT get_LocalPortType(
  FpcPFLocalPortType *pPFLocalPortType
);

HRESULT put_LocalPortType(
  FpcPFLocalPortType PFLocalPortType
);

Parameters

PFLocalPortType
The local port type. It can have a value from the FpcPFLocalPortType enumerated type.

The property is read-write.

Applies To

FPCIpPacketFilter