Description
Child view of the view relationship.
Property Type
- Read-write property
Syntax
Public Property ChildView() As View
Example
Dim MyViewRelationship As ViewRelationship Dim MyChildView As View Set MyChildView = MyViewRelationship.ChildView
See Also