Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.ICMPCodeOption Property

Gets or sets the kind of Internet Control Message Protocol (ICMP) code used by the filter.

VBScript Syntax[VBScript]

FPCIpPacketFilter.ICMPCodeOption [ = PFICMPCodeOption ]

C++ Syntax[C++]

HRESULT get_ICMPCodeOption(
  FpcPFICMPCodeOptions *pPFICMPCodeOption
);

HRESULT put_ICMPCodeOption(
  FpcPFICMPCodeOptions PFICMPCodeOption
);

Parameters

PFICMPCodeOption
ICMP code option. It can have a value from the FpcPFICMPCodeOptions enumerated type.

The property is read-write.

Applies To

FPCIpPacketFilter