Return list of specific property of object using linq March 2, 2023 by Tarik var list = stockItems.Select(item => item.StockID).ToList();