iControl.ManagementDevice.get_marketing_name C# (CSharp) Method

get_marketing_name() private method

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