iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_icmp_typecode C# (CSharp) Method

get_fw_rule_icmp_typecode() private method

private get_fw_rule_icmp_typecode ( string rules ) : CommonFirewallRuleICMPTypeCode[][]
rules string
return CommonFirewallRuleICMPTypeCode[][]
        public CommonFirewallRuleICMPTypeCode[][] get_fw_rule_icmp_typecode(
		string [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_icmp_typecode", new object [] {
                rules});
            return ((CommonFirewallRuleICMPTypeCode [] [])(results[0]));
        }
SecurityFirewallGlobalAdminIPRuleList