'Declaration
Public Property StockValueList As Dictionary(Of Integer,List(Of Double))
'Usage
Dim instance As SeriesCache Dim value As Dictionary(Of Integer,List(Of Double)) instance.StockValueList = value value = instance.StockValueList
public Dictionary<int,List<double>> StockValueList {get; set;}