Randomblink said:Currentdb.properties("Your Property Name")
Doesn't work in 3.6....I had 3.6 already, had to install 3.51 to get it to work...and with 3.51, it worked, but 3.6 had to be removed...
To reference "custom" database properties, use:
currendb.containers("databases").documents("userdefined").properties("YourCustomPropertyHere")
Long string, but it works for me anyway.