ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / Conflict Class / ChildVersionValues Property

In This Topic
    ChildVersionValues Property
    In This Topic
    The values of the Row in the current version or an empty list if the feature has been deleted.
    Syntax
    Public ReadOnly Property ChildVersionValues As IReadOnlyList(Of FieldValue)
    public IReadOnlyList<FieldValue> ChildVersionValues {get;}
    Requirements

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

    ArcGIS Pro version: 3.3 or higher.
    See Also