Hi,
I am trying to get the value using inspector but i am deadlocked and I don't know how to get the value which is shown in the image.

Sample code:
var selection = MapView.Active.SelectFeatures(geo);
List<long> selectList = selection[featureToVerPom];
foreach (long objektd in selectList)
{
var inspector = new Inspector();
inspector.Load(featureToVerPom, objektd);
var strana = inspector.GetEnumerator();
}