- Регистрация
- 25.01.2012
- Сообщения
- 1 058
- Благодарностей
- 244
- Баллы
- 63
Hi,
I know that within a C# code block I can access project variables with project.Variables["myvarname"].Value.
But how can I access an environment variable (variables window in PM, "environment" tab) like e.g. "TimeNow.Date" or "Profile.xxx", "Project.xxx", "Environment.TickCount" and so on?
Thank you.
I know that within a C# code block I can access project variables with project.Variables["myvarname"].Value.
But how can I access an environment variable (variables window in PM, "environment" tab) like e.g. "TimeNow.Date" or "Profile.xxx", "Project.xxx", "Environment.TickCount" and so on?
Thank you.