parentListIndex property

  1. @optional
int? parentListIndex
getter/setter pair

If source is a List, parentListIndex is the index of the inbound reference (deprecated).

Note: this property is deprecated and will be replaced by parentField.

Implementation

@optional
int? parentListIndex;