iControl.SecurityFirewallGlobalAdminIPRuleList.get_fw_rule_log_state C# (CSharp) 메소드

get_fw_rule_log_state() 개인적인 메소드

private get_fw_rule_log_state ( string rules ) : CommonEnabledState[]
rules string
리턴 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