iControl.SecurityProfileDNSSecurity.remove_all_header_opcode_exclusions C# (CSharp) Method

remove_all_header_opcode_exclusions() private method

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