ArcGIS Pro 2.9 API Reference Guide
Values Property (PluginRow)

ArcGIS.Core.Data.PluginDatastore Namespace > PluginRow Class : Values Property
Gets or sets the values representing a specific row in a plug-in table.
Syntax
public IReadOnlyList<object> Values {get; set;}
Public Property Values As IReadOnlyList(Of Object)

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, Windows 10, Windows 8.1

See Also

Reference

PluginRow Class
PluginRow Members