VersionedRelationship Origin Property

See Also

This property is the origin object version of the relationship. This is a read-only property.

Syntax

Set variable = object.Origin

The Origin property syntax has the following parts.

Part Description
variable A variable declared as a RepositoryObjectVersion object. Receives the origin object version for the relationship.
object An object expression that evaluates to a VersionedRelationship object.

Remarks

If the object is an origin versioned relationship, this property is equivalent to the VersionedRelationship Source Property. If the object is a destination versioned relationship, this property is equivalent to the VersionedRelationship Target Property.