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 child entity of the relationship.

Property type

Read-only property

Syntax

Visual Basic

Public Property ChildEntity() As Entity

Example

Dim MyRelationship As Relationship
Dim ChEntity As Entity
 
Set ChEntity = MyRelationship.ChildEntity

See Also

Relationship Object

  • No labels