iControl.ManagementDeviceGroup.get_type C# (CSharp) Method

get_type() private method

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