ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping.Geocoding Namespace / GeocodeResult Class / FieldValues Property

In This Topic
    FieldValues Property (GeocodeResult)
    In This Topic
    Gets a dictionary of field names and values
    Syntax
    public IReadOnlyDictionary<string,string> FieldValues {get;}
    Public ReadOnly Property FieldValues As IReadOnlyDictionary(Of String,String)
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also