iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_icmp_typecode_description C# (CSharp) Method

get_fw_rule_icmp_typecode_description() private method

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