iControl.LocalLBRule.get_ignore_verification C# (CSharp) Method

get_ignore_verification() private method

private get_ignore_verification ( string rule_names ) : CommonEnabledState[]
rule_names string
return CommonEnabledState[]
        public CommonEnabledState[] get_ignore_verification(
		string [] rule_names
	)
        {
            object [] results = this.Invoke("get_ignore_verification", new object [] {
                rule_names});
            return ((CommonEnabledState [])(results[0]));
        }
LocalLBRule