You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

See Also

Relationship Object

  • No labels