This property retrieves the source object for the relationship collection. This is a read-only property.
Set variable = object.Source
The Source property syntax has the following parts.
| Part | Description |
|---|---|
| variable | A variable declared as a RepositoryObjectVersion object. It receives the source object version of the relationship collection. |
| object | An object expression that evaluates to a RelationshipCol object. |