The ReadDefaultProperties method reads the properties from the Site.csc file and returns a site dictionary containing these properties. This method is usually used by the Commerce Host Administration snap-in for the MMC, and by batch files.
The Site.csc file for the Commerce Server site resides in the site\Config directory, and the Site.csc file for the manager site resides in the site\Manager\Config directory.
Set Dict = AdminSite.ReadDefaultProperties()
None.