iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_log_state C# (CSharp) Method

get_fw_rule_log_state() private method

private get_fw_rule_log_state ( string rules ) : CommonEnabledState[]
rules string
return CommonEnabledState[]
        public CommonEnabledState[] get_fw_rule_log_state(
		string [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_log_state", new object [] {
                rules});
            return ((CommonEnabledState [])(results[0]));
        }
SecurityFirewallGlobalAdminIPRuleList