VersionedRelationship Destination Property

See Also

This property is the destination object version for the relationship. This is a read-only property.

Syntax

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.

Remarks

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.

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