AWS SDK for .NET Documentation
WithIcmp Method (icmp)
AmazonAmazon.EC2.ModelNetworkAclEntryWithIcmp(Icmp) Did this page help you?   Yes   No    Tell us about it...
Sets the ICMP type and code (for the ICMP protocol).
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public NetworkAclEntry WithIcmp(
	Icmp icmp
)
Parameters
icmp (Icmp)
For the ICMP protocol, this is the ICMP type and code.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)