Forum Discussion

mmoser18's avatar
mmoser18
Frequent Contributor
9 years ago

How to access standard, i.e. non-custom, properties?

I am trying to get hold of Property values that are NOT Custom Properties   If I define a Customer Property "foo" I can access its value using: def bar = context.expand('${#Project#foo}') But how...