iControl.SecurityFirewallGlobalAdminIPRuleList.remove_all_fw_rule_destination_ports C# (CSharp) Method

remove_all_fw_rule_destination_ports() private method

private remove_all_fw_rule_destination_ports ( string rules ) : void
rules string
return void
        public void remove_all_fw_rule_destination_ports(
		string [] rules
	)
        {
            this.Invoke("remove_all_fw_rule_destination_ports", new object [] {
                rules});
        }
SecurityFirewallGlobalAdminIPRuleList