Description

Parent entity of the view relationship, if the parent is an entity.

Property Type

  • Read-only property

Syntax

Public Property ParentEntity() As Entity

Example

Dim MyViewRelationship As ViewRelationship
Dim MyParentEntity As Entity

Set MyParentEntity = MyViewRelationship.ParentEntity