This property is the root Microsoft® Repository object for the open repository. This is a read-only property.
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 open Repository instance through which this program is interacting with the repository. |