IsShared: Boolean;
The IsShared property determines whether the current repository is connected to version control system.
If the property is set to True, the repository is connected to version control system, otherwise it is not.
This flag is assigned for repository, stores on DBMS server and is checked while working with repository on different computers. If repository is connected to version control system, the AuxProjPath and VcsLocalPath properties must be assigned in repository description to use possibility to work with objects versions on a specific computer.
See also: