Description

Parent entity of the relationship.

Property Type

  • Read-only property

Syntax

Public Property ParentEntity() As Entity

Example

Dim MyRelationship As Relationship
Dim ParEntity As Entity

Set ParEntity = MyRelationship.ParentEntity


  • No labels