iControl.ManagementCertLDAPConfiguration.set_check_host_attribute_state C# (CSharp) Method

set_check_host_attribute_state() private method

private set_check_host_attribute_state ( string config_names, CommonEnabledState states ) : void
config_names string
states CommonEnabledState
return void
        public void set_check_host_attribute_state(
		string [] config_names,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_check_host_attribute_state", new object [] {
                config_names,
                states});
        }
ManagementCertLDAPConfiguration