RepositoryObject Repository Property

See Also

The Repository property is the open repository instance through which this Repository object was instantiated. This is a read-only property.

Syntax

Set variable  = object.Repository

The Repository property syntax has the following parts.

Part Description
Variable A variable declared as an instance of the Repository class. Receives the object that represents the open Repository instance.
Object An object expression that evaluates to a RepositoryObject object.

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