Hi. I'm trying to add the runner metadata to the listMarketcatalogue but the type is listed as MAP<string,string>. I have no idea what a MAP datatype is and how to implement it in vb.net.
So far for the runner class I have:
Public Class Runners
Public selectionId As Integer
Public runnerName As String
Public handicap As Double
Public sortPriority As Integer
Public metadata As ?????????
End Class
Any help is appreciated.
So far for the runner class I have:
Public Class Runners
Public selectionId As Integer
Public runnerName As String
Public handicap As Double
Public sortPriority As Integer
Public metadata As ?????????
End Class
Any help is appreciated.


Comment