Description

Child entity of the relationship.

Property Type

  • Read-only property

Syntax

Public Property ChildEntity() As Variant

Example

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


  • No labels