This property is the destination object version for the relationship. This is a read-only property.
Set variable = object.Destination
The Destination property syntax has the following parts.
Part | Description |
variable | A variable declared as a RepositoryObjectVersion. Receives the destination object for the relationship. |
object | An object expression that evaluates to a VersionedRelationship object. |
If the object is a destination versioned relationship, this property is equivalent to the VersionedRelationship Source property. If the object is an origin versioned relationship, this property is equivalent to the VersionedRelationship Target property.