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. Microsoft® Repository performs its Resolution Strategy to return one of these object versions to you.