Interviewer - Server > Reference > Log, project, and property objects > Project > Project.Name
 
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 will affect the entire project and not just the current interview. (If you want to route the respondent to a different project, change the Project Property object in the InterviewProperties collection.)
Syntax
myProject.Name = myProjectName
Parameters
myProjectName
A string that contains the name of the Project object.
myProject
An object of type Project.
See also
Project