This property is the target object version of the relationship. This is a read-only property.
Set variable = object.Target
The Target property syntax has the following parts.
Part | Description |
variable | A variable declared as a RepositoryObjectVersion. Receives the target object version for the relationship. |
object | An object expression that evaluates to a VersionedRelationship object. |
A versioned relationship can have a TargetVersions collection containing the set of object versions related (through the versioned relationship) to the source object version. The Repository performs its Resolution Strategy to return one of these object versions to you.