VersionedRelationship Target Property

See Also

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

Syntax

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.

Remarks

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.

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