iControl.GlobalLBMonitor.set_template_user_defined_string_property C# (CSharp) Method

set_template_user_defined_string_property() private method

private set_template_user_defined_string_property ( string template_names, GlobalLBMonitorUserDefinedStringValue values ) : void
template_names string
values GlobalLBMonitorUserDefinedStringValue
return void
        public void set_template_user_defined_string_property(
		string [] template_names,
		GlobalLBMonitorUserDefinedStringValue [] values
	)
        {
            this.Invoke("set_template_user_defined_string_property", new object [] {
                template_names,
                values});
        }
GlobalLBMonitor