iControl.ManagementDevice.get_location C# (CSharp) Method

get_location() private method

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