iControl.SecurityLogProfile.get_ip_intelligence_log_translation_fields_filter_state C# (CSharp) Method

get_ip_intelligence_log_translation_fields_filter_state() private method

private get_ip_intelligence_log_translation_fields_filter_state ( string profile_names ) : CommonEnabledState[]
profile_names string
return CommonEnabledState[]
        public CommonEnabledState[] get_ip_intelligence_log_translation_fields_filter_state(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_ip_intelligence_log_translation_fields_filter_state", new object [] {
                profile_names});
            return ((CommonEnabledState [])(results[0]));
        }
SecurityLogProfile