Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.PacketDirection Property

Gets or sets the direction of packets that are allowed or blocked, depending on the filter mode.

VBScript Syntax[VBScript]

FPCIpPacketFilter.PacketDirection [ = PacketDirectionType ]

C++ Syntax[C++]

HRESULT get_PacketDirection(
  FpcPFDirectionType *pPacketDirectionType
);

HRESULT put_PacketDirection(
  FpcPFDirectionType PacketDirectionType
);

Parameters

PacketDirectionType
The packet direction. It can have a value from the FpcPFDirectionType enumerated type.

The property is read-write.

Applies To

FPCIpPacketFilter