Workspace SuccessorVersions Collection

See Also

A SuccessorVersions collection contains all of the RepositoryObjectVersion objects that are immediate predecessors of the current object version.

Syntax

Set variable  =  object.SuccessorVersions

The SuccessorVersions collection syntax has the following parts.

Part Description
Variable A variable declared as a VersionCol object. Receives a reference to the Predecessor-Versions collection.
Object An object expression that evaluates to a Workspace object.

Remarks

Remember that each Workspace object has exactly one version (because you cannot invoke the CreateVersion method on a workspace). Thus, this collection is always null.

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