RelationshipCol Source Property

Meta Data Services Programming

Meta Data Services Programming

RelationshipCol Source Property

This property retrieves the source object for the relationship collection. This is a read-only property.

Syntax

Set variable  = object.Source

The Source property syntax has the following parts.

Part Description
variable A variable declared as a RepositoryObjectVersion object. It receives the source object version of the relationship collection.
object An object expression that evaluates to a RelationshipCol object.

See Also

RelationshipCol Object