iControl.SecurityFirewallPolicy.get_fw_rule_icmp_typecode C# (CSharp) Method

get_fw_rule_icmp_typecode() private method

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