BTW in the very latest release v1.0.29.0 you can use new field IsDeferred:
It has the same effect as
new Property("PASSWORD", "pwd123") { IsDeferred = true })
project.DefaultDeferredProperties += ",PASSWORD";