Project.Name
A read-write property that identifies the name of the project. Never change the name of a project in your Sample Management script, because this affects the entire project and not only the current interview.
If you want to route the respondent to a different project, change the Project Property object in the InterviewProperties collection.
Syntax
<my_project>.Name = <my_project_name>
Parameters
<my_project>
An object of type Project.
<my_project_name>
A string that contains the name of the Project object.
See also