iControl.LocalLBMonitor.get_template_string_property C# (CSharp) Method

get_template_string_property() private method

private get_template_string_property ( string template_names, LocalLBMonitorStrPropertyType property_types ) : LocalLBMonitorStringValue[]
template_names string
property_types LocalLBMonitorStrPropertyType
return LocalLBMonitorStringValue[]
        public LocalLBMonitorStringValue[] get_template_string_property(
		string [] template_names,
		LocalLBMonitorStrPropertyType [] property_types
	)
        {
            object [] results = this.Invoke("get_template_string_property", new object [] {
                template_names,
                property_types});
            return ((LocalLBMonitorStringValue [])(results[0]));
        }
LocalLBMonitor