ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / Conflict Class / ParentVersionValues Property

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also