iControl.LocalLBMonitor.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 ) : LocalLBMonitorUserDefinedStringValue[]
template_names string
property_names string
return LocalLBMonitorUserDefinedStringValue[]
        public LocalLBMonitorUserDefinedStringValue[] 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 ((LocalLBMonitorUserDefinedStringValue [])(results[0]));
        }
LocalLBMonitor