'Declaration
Public Property StockValueFormula As Dictionary(Of Integer,String)
'Usage
Dim instance As SeriesCache Dim value As Dictionary(Of Integer,String) instance.StockValueFormula = value value = instance.StockValueFormula
public Dictionary<int,string> StockValueFormula {get; set;}