iControl.GlobalLBMonitor.get_template_string_property C# (CSharp) Method

get_template_string_property() private method

private get_template_string_property ( string template_names, GlobalLBMonitorStrPropertyType property_types ) : iControl.GlobalLBMonitorStringValue[]
template_names string
property_types GlobalLBMonitorStrPropertyType
return iControl.GlobalLBMonitorStringValue[]
        public GlobalLBMonitorStringValue[] get_template_string_property(
		string [] template_names,
		GlobalLBMonitorStrPropertyType [] property_types
	)
        {
            object [] results = this.Invoke("get_template_string_property", new object [] {
                template_names,
                property_types});
            return ((GlobalLBMonitorStringValue [])(results[0]));
        }
GlobalLBMonitor