Hi,
Take a look on %Dictionary.ClassDefinition class.
you may get all the properties from Properties
- Log in to post comments
Hi,
Take a look on %Dictionary.ClassDefinition class.
you may get all the properties from Properties
Hi,
To get information about a namespace, You may use this code :
(run it only in %sys" namespace)
Properties variable is passed by ref (i.e. it has a point at the beginning)
%SYS>S Status=##Class(Config.Namespaces).Get("user", .Properties)
%SYS>zw Properties
Properties("Globals")="USER"
Properties("Library")="CACHELIB"
Properties("Routines")="USER"
Properties("SysGlobals")="CACHESYS"
Properties("SysRoutines")="CACHESYS"
Properties("TempGlobals")="CACHETEMP"