iControl.ManagementSMTPConfiguration.get_smtp_server_host_name C# (CSharp) Method

get_smtp_server_host_name() private method

private get_smtp_server_host_name ( string configs ) : string[]
configs string
return string[]
        public string[] get_smtp_server_host_name(
		string [] configs
	)
        {
            object [] results = this.Invoke("get_smtp_server_host_name", new object [] {
                configs});
            return ((string [])(results[0]));
        }