iControl.GlobalLBMonitor.get_template_user_defined_string_property C# (CSharp) Method

get_template_user_defined_string_property() private method

private get_template_user_defined_string_property ( string template_names, string property_names ) : iControl.GlobalLBMonitorUserDefinedStringValue[]
template_names string
property_names string
return iControl.GlobalLBMonitorUserDefinedStringValue[]
        public GlobalLBMonitorUserDefinedStringValue[] get_template_user_defined_string_property(
		string [] template_names,
		string [] property_names
	)
        {
            object [] results = this.Invoke("get_template_user_defined_string_property", new object [] {
                template_names,
                property_names});
            return ((GlobalLBMonitorUserDefinedStringValue [])(results[0]));
        }
GlobalLBMonitor