Description

Parent view of the view relationship, if the parent is a view.

Property Type

  • Read-only property

Syntax

Public Property ParentView() As View

Example

Dim MyViewRelationship As ViewRelationship
Dim MyParentEntity As View

Set MyParentView = MyViewRelationship.ParentView