The ReadManagerProperties method reads the properties from the management page’s configuration file (site\Manager\Config\Site.csc) and returns a site dictionary containing these properties.
The manager site dictionary properties include only DefaultConnectionString and ConnectionStringMap. These properties are distinct from the corresponding properties in the main site configuration.
Set Dict = AdminSite.ReadManagerProperties()
None.