Description
This is the parent entity of the relationship.
Property type
Read-only property
Syntax
Visual Basic |
Public Property ParentEntity() As Entity |
Example
Dim MyRelationship As Relationship
Dim ParEntity As Entity
Set ParEntity = MyRelationship.ParentEntity