iControl.LocalLBRule.set_ignore_verification C# (CSharp) 메소드

set_ignore_verification() 개인적인 메소드

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