NodeEntityReference Properties | 
The NodeEntityReference type exposes the following members.
| Name | Description | |
|---|---|---|
| IsCollectionAdd | 
            If set to true, this reference is not a property set but a collection add. Collection to add to is referenced
            by PropertyHoldingInstance
              | |
| ObjectID | 
            The ObjectID of the entity object to set as value of the ReferencingProperty
              | |
| Position | 
            The position in an entitycollection on which the node entity reference was encountered. Not valid if IsCollectionAdd is false.
              | |
| PropertyHoldingInstance | 
            The instance holding the ReferenceingProperty.
              | |
| ReferencingProperty | 
            The property descriptor of the property to set to the instance with the ObjectID stored in ObjectID. When null, SetterFunc is used.
              | |
| SetterFunc | 
            The func to use for setting the destination for the entity. Used when ReferencingProperty is null.
              |