RepositoryObjectVersion PredecessorCreationVersion Property

See Also

The PredecessorCreationVersion property is the RepositoryObjectVersion object from which this Repository object version was created.

Syntax

Set variable  = object.PredecessorCreationVersion

The PredecessorCreationVersion property syntax has the following parts.

Part Description
Variable A variable declared as RepositoryObjectVersion object. Receives the object version from which the current object version was created.
Object An object expression that evaluates to a RepositoryObjectVersion object.

Remarks

If you invoke this method for the first version of an object, it returns an error.

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