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