The ProjectName property specifies the name of the project the task runs for.
Type
String (VT_BSTR)
Default
None
Remarks
The ProjectName property should be the same as the Name property for the Project object.
Example
VBScript
Set Project = CreateObject("Push.Project.1")
Project.Name = "ProjectName"
Set Task = Project.SetTask("refreshUser",2880)
Task.ProjectName = "ProjectName"
call Task.Update("password")