iControl.LocalLBProfileXML.remove_all_xpath_queries C# (CSharp) Method

remove_all_xpath_queries() private method

private remove_all_xpath_queries ( string profile_names ) : void
profile_names string
return void
        public void remove_all_xpath_queries(
		string [] profile_names
	)
        {
            this.Invoke("remove_all_xpath_queries", new object [] {
                profile_names});
        }
LocalLBProfileXML