iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_icmp_typecode_description C# (CSharp) 메소드

get_fw_rule_icmp_typecode_description() 개인적인 메소드

private get_fw_rule_icmp_typecode_description ( string rules, CommonFirewallRuleICMPTypeCode typecodes ) : string[][]
rules string
typecodes CommonFirewallRuleICMPTypeCode
리턴 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