iControl.LocalLBRule.set_ignore_verification C# (CSharp) Method

set_ignore_verification() private method

private set_ignore_verification ( string rule_names, CommonEnabledState states ) : void
rule_names string
states CommonEnabledState
return void
        public void set_ignore_verification(
		string [] rule_names,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_ignore_verification", new object [] {
                rule_names,
                states});
        }
LocalLBRule