Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.ICMPTypeOption Property

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

VBScript Syntax[VBScript]

FPCIpPacketFilter.ICMPTypeOption [ = PFICMPTypeOption ]

C++ Syntax[C++]

HRESULT get_ICMPTypeOption(
  FpcPFICMPTypeOptions *pPFICMPTypeOption
);

HRESULT put_ICMPTypeOption(
  FpcPFICMPTypeOptions PFICMPTypeOption
);

Parameters

PFICMPTypeOption
ICMP type option. It can have a value from the FpcPFICMPTypeOptions enumerated type:

The property is read-write.

Applies To

FPCIpPacketFilter