iControl.SecurityFirewallAddressList.remove_all_geos C# (CSharp) Method

remove_all_geos() private method

private remove_all_geos ( string lists ) : void
lists string
return void
        public void remove_all_geos(
		string [] lists
	)
        {
            this.Invoke("remove_all_geos", new object [] {
                lists});
        }
SecurityFirewallAddressList