tiled map tile property

Hi

I have loaded a Tiled map using monogame.extended.

Now I want to make a player walking on the map but I don’t know how to get the tile property he’s standing on: is it grass or a road, … (As defined in Tiled map editor)

Does somebody has example code how to do this?