iControl.ManagementDeviceGroup.get_device C# (CSharp) Method

get_device() private method

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