This property is the root Repository object for the currently 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. |