ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginRow Class / Values Property

In This Topic
    Values Property (PluginRow)
    In This Topic
    Gets or sets the values representing a specific row in a plug-in table.
    Syntax
    Public Property Values As IReadOnlyList(Of Object)
    public IReadOnlyList<object> Values {get; set;}

    Property Value

    The number of values in the list and the type of each value should match those returned by GetFields.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also