ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / TableDescription Class / FieldDescriptions Property

In This Topic
    FieldDescriptions Property (TableDescription)
    In This Topic
    The list of FieldDescription items in the ArcGIS.Core.Data.Table.
    Syntax
    public IReadOnlyList<FieldDescription> FieldDescriptions {get;}
    Public ReadOnly Property FieldDescriptions As IReadOnlyList(Of FieldDescription)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also