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.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.