This property is the root repository object for the open repository. This is a read-only property. The returned reference to the root object has the context of the current workspace.
Set variable = object.RootObject
The RootObject property syntax has the following parts.
Part | Description |
Variable | A variable declared as a RepositoryObject. Receives the root repository object. |
Object | The object that represents the workspace through which this program is interacting with the repository. |